svn commit: samba r14722 - in trunk/source/locking: .

vlendec at samba.org vlendec at samba.org
Sat Mar 25 17:27:33 GMT 2006


Author: vlendec
Date: 2006-03-25 17:27:32 +0000 (Sat, 25 Mar 2006)
New Revision: 14722

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14722

Log:
Make trunk pass BASE-NTDENY again. I was a bit scared this failed...

Jeremy, can you please check this?

Volker

Modified:
   trunk/source/locking/locking.c


Changeset:
Modified: trunk/source/locking/locking.c
===================================================================
--- trunk/source/locking/locking.c	2006-03-25 16:23:42 UTC (rev 14721)
+++ trunk/source/locking/locking.c	2006-03-25 17:27:32 UTC (rev 14722)
@@ -104,7 +104,7 @@
 			if (!br_lck) {
 				return False;
 			}
-			ret = !brl_locktest(br_lck,
+			ret = brl_locktest(br_lck,
 					global_smbpid,
 					procid_self(),
 					offset,
@@ -118,7 +118,7 @@
 		if (!br_lck) {
 			return False;
 		}
-		ret = !brl_locktest(br_lck,
+		ret = brl_locktest(br_lck,
 				global_smbpid,
 				procid_self(),
 				offset,



More information about the samba-cvs mailing list