commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

hurd/ftpfs dir.c


From: Roland McGrath
Subject: hurd/ftpfs dir.c
Date: Tue, 22 Oct 2002 22:36:53 -0400

CVSROOT:        /cvsroot/hurd
Module name:    hurd
Changes by:     Roland McGrath <address@hidden> 02/10/22 22:36:53

Modified files:
        ftpfs          : dir.c 

Log message:
        2002-10-18  Moritz Schulte  <address@hidden>
        
        * dir.c (ftpfs_dir_lookup): Initialize NES.entry.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/ftpfs/dir.c.diff?tr1=1.13&tr2=1.14&r1=text&r2=text

Patches:
Index: hurd/ftpfs/dir.c
diff -u hurd/ftpfs/dir.c:1.13 hurd/ftpfs/dir.c:1.14
--- hurd/ftpfs/dir.c:1.13       Mon May 13 18:32:41 2002
+++ hurd/ftpfs/dir.c    Tue Oct 22 22:36:53 2002
@@ -678,6 +678,7 @@
 
                  nes.dir = dir;
                  nes.timestamp = timestamp;
+                 nes.entry = NULL;
 
                  err = ftp_conn_get_stats (conn, rmt_path, 0,
                                            update_new_entry, &nes);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]