From d9c908c33ba930d521e71720a1180a073be2c1b8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 23 Oct 2002 02:36:53 +0000 Subject: 2002-10-18 Moritz Schulte * dir.c (ftpfs_dir_lookup): Initialize NES.entry. --- ftpfs/dir.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ftpfs/dir.c') 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); -- cgit v1.2.3