Minor bug fix.
Этот коммит содержится в:
родитель
d82df89441
Коммит
b844272610
@ -1,3 +1,7 @@
|
||||
Wed Sep 23 13:33:14 1998 Pavel Machek <pavel@ucw.cz>
|
||||
|
||||
* ftpfs.c: Fixed segfault caused by unitialized varialble
|
||||
|
||||
Wed Sep 23 11:51:12 1998 Pavel Roskin <pavel_roskin@geocities.com)
|
||||
|
||||
* ftpfs.c: Special characters were printed via print_vfs_message.
|
||||
|
@ -1212,6 +1212,7 @@ retrieve_dir(struct connection *bucket, char *remote_path, int resolve_symlinks)
|
||||
fe = xmalloc(sizeof(struct direntry), "struct direntry");
|
||||
fe->freshly_created = 0;
|
||||
fe->tmp_reget = 0;
|
||||
fe->local_filename = NULL;
|
||||
if (fe == NULL) {
|
||||
my_errno = ENOMEM;
|
||||
goto error_1;
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user