From 402a8cec11de00a93356584c5acccb2fb67318de Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 6 Aug 1997 22:30:25 +0000 Subject: (lookup): Initialize the NODE field. --- ftpfs/dir.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ftpfs') diff --git a/ftpfs/dir.c b/ftpfs/dir.c index 5cde61a6..4b79eae6 100644 --- a/ftpfs/dir.c +++ b/ftpfs/dir.c @@ -137,6 +137,7 @@ lookup (struct ftpfs_dir *dir, const char *name, int add) { e->hv = hv; e->name = strdup (name); + e->node = 0; e->dir = dir; e->stat_timestamp = 0; bzero (&e->stat, sizeof e->stat); -- cgit v1.2.3