svn commit: samba r17099 - in branches/SAMBA_4_0/source/torture/raw: .

jra at samba.org jra at samba.org
Mon Jul 17 21:16:48 GMT 2006


Author: jra
Date: 2006-07-17 21:16:48 +0000 (Mon, 17 Jul 2006)
New Revision: 17099

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

Log:
Samba3 now passes RAW-LOCK completely, no need for
parameters to protect it.
Jeremy.

Modified:
   branches/SAMBA_4_0/source/torture/raw/lock.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/raw/lock.c
===================================================================
--- branches/SAMBA_4_0/source/torture/raw/lock.c	2006-07-17 21:09:02 UTC (rev 17098)
+++ branches/SAMBA_4_0/source/torture/raw/lock.c	2006-07-17 21:16:48 UTC (rev 17099)
@@ -462,11 +462,6 @@
 	time_t t;
 	struct smbcli_request *req;
 
-	if (lp_parm_bool(-1, "target", "samba3", False)) {
-		printf("SAMBA3: ignore testing LOCKING_ANDX_CANCEL_LOCK...\n");
-		return True;
-	}
-
 	if (!torture_setup_dir(cli, BASEDIR)) {
 		return False;
 	}
@@ -796,11 +791,6 @@
 	time_t start;
 	int t;
 
-	if (lp_parm_bool(-1, "target", "samba3", False)) {
-		printf("SAMBA3: ignore testing LOCK_NOT_GRANTED vs. FILE_LOCK_CONFLICT...\n");
-		return True;
-	}
-
 	if (!torture_setup_dir(cli, BASEDIR)) {
 		return False;
 	}



More information about the samba-cvs mailing list