Date:   Thu Feb 26 01:30:56 2004
Author: jra

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

Modified Files:
        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.446 => 1.447
        
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/reply.c.diff?r1=1.446&r2=1.447

Reply via email to