subtle bug where files which missed the stat_cache but were added
commit8938dc183112b039c21a5a0beadb60068a8c5b00
authorGerald Carter <jerry@samba.org>
Mon, 11 Dec 2000 22:51:57 +0000 (11 22:51 +0000)
committerGerald Carter <jerry@samba.org>
Mon, 11 Dec 2000 22:51:57 +0000 (11 22:51 +0000)
treeab1f2d9daf022d757dcae0499df9f5e08e056c3b
parentbcf0a5c316ee8cf333d9d838b041e44a11cb5f1b
subtle bug where files which missed the stat_cache but were added
to the cache during the look returned a blank stat struct.  Made
weird occurrences such as...

   $ smbclient //pogo/print$
   smb:\ > cd w32x86
     ERROR: Invalid path
   smb:\ > cd w32x86

   smb:\w32x86\ >
source/smbd/filename.c