diff options
-rw-r--r-- | ftpfs/dir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftpfs/dir.c b/ftpfs/dir.c index 3b0af5ba..8544a325 100644 --- a/ftpfs/dir.c +++ b/ftpfs/dir.c @@ -678,6 +678,7 @@ ftpfs_dir_lookup (struct ftpfs_dir *dir, const char *name, nes.dir = dir; nes.timestamp = timestamp; + nes.entry = NULL; err = ftp_conn_get_stats (conn, rmt_path, 0, update_new_entry, &nes); |