* ftpfs.c (ftpfs_dir_load): Fix a bad ERRNOR call.

This commit is contained in:
Pavel Tsekov 2006-01-24 15:44:21 +00:00
parent 78535f6b60
commit 9d6d306127
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-01-24 Pavel Tsekov <ptsekov@gmx.net>
* ftpfs.c (ftpfs_dir_load): Fix a bad ERRNOR call.
2006-01-23 Pavel Tsekov <ptsekov@gmx.net>
* ftpfs.c (ftpfs_first_cd_then_ls): Enable this functionality

View File

@ -1317,7 +1317,7 @@ ftpfs_dir_load (struct vfs_class *me, struct vfs_s_inode *dir, char *remote_path
goto again;
}
print_vfs_message (_("ftpfs: failed; nowhere to fallback to"));
ERRNOR (-1, EACCES);
ERRNOR (EACCES, -1);
}
static int