(ftpfs_get_reply): fix condition.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Этот коммит содержится в:
родитель
56b71ae696
Коммит
1fcf90401a
@ -386,7 +386,7 @@ ftpfs_get_reply (struct vfs_class *me, int sock, char *string_buf, int string_le
|
|||||||
code = 421;
|
code = 421;
|
||||||
return 4;
|
return 4;
|
||||||
}
|
}
|
||||||
switch (sscanf (answer, "%d", &code) != 0)
|
switch (sscanf (answer, "%d", &code))
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
if (string_buf != NULL)
|
if (string_buf != NULL)
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user