diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-23 02:36:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-23 02:36:53 +0000 |
commit | d9c908c33ba930d521e71720a1180a073be2c1b8 (patch) | |
tree | 36e848960ae27d7acebaa6815d622521abd3227a | |
parent | 55cf1c53013e8cf235d04ab7996ec1885e15ff10 (diff) |
2002-10-18 Moritz Schulte <moritz@duesseldorf.ccc.de>
* dir.c (ftpfs_dir_lookup): Initialize NES.entry.
-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); |