Date:   Thu Feb 26 01:31:10 2004
Author: jra

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

Modified Files:
      Tag: SAMBA_3_0
        reply.c 
Log Message:
Interesting fact found by IFSTEST /t LockOverlappedTest...
Even if it's our own lock context, we need to wait here as
there may be an unlock on the way.
So I removed a "&& !my_lock_ctx" from the following
if statement.
                                                                                       
                   
if ((lock_timeout != 0) && lp_blocking_locks(SNUM(conn)) && 
ERROR_WAS_LOCK_DENIED(status)) {
                                                                                       
                   
Jeremy.


Revisions:
reply.c         1.381.2.65 => 1.381.2.66
        
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c.diff?r1=1.381.2.65&r2=1.381.2.66

Reply via email to