Date:   Fri Oct 11 01:19:00 2002
Author: jra

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv15716/smbd

Modified Files:
      Tag: SAMBA_3_0
        filename.c 
Log Message:
Turns out with Win9x, we could occasionally return from unix_convert() given
a mangled name without a valid stat struct if the file existed. This would
then cause open_file_shared1() to erroneously think the file open was new,
thus not check for oplock break, thus causing a spurious EAGAIN reply to
the open on a file we already had kernel oplocked.... (phew - that was fun
to track down :-).
Jeremy.


Revisions:
filename.c              1.48.2.3 => 1.48.2.4
        
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/filename.c?r1=1.48.2.3&r2=1.48.2.4

Reply via email to