Author: metze Date: 2006-05-14 20:33:04 +0000 (Sun, 14 May 2006) New Revision: 15603
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15603 Log: True isn't a valid parameter here, PVFS_WAIT_TIMEOUT is... (both are '1') metze Modified: branches/SAMBA_4_0/source/ntvfs/posix/pvfs_lock.c Changeset: Modified: branches/SAMBA_4_0/source/ntvfs/posix/pvfs_lock.c =================================================================== --- branches/SAMBA_4_0/source/ntvfs/posix/pvfs_lock.c 2006-05-14 19:15:07 UTC (rev 15602) +++ branches/SAMBA_4_0/source/ntvfs/posix/pvfs_lock.c 2006-05-14 20:33:04 UTC (rev 15603) @@ -258,7 +258,7 @@ /* an exact match! we can cancel it, which is equivalent to triggering the timeout early */ - pvfs_pending_lock_continue(p ,True); + pvfs_pending_lock_continue(p, PVFS_WAIT_TIMEOUT); return NT_STATUS_OK; } }
