diff options
author | Jeremy Allison <jra@samba.org> | 2006-07-17 21:16:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:10:12 -0500 |
commit | 6cebe4d8908b2f59ce3ecc445c6e88696020b395 (patch) | |
tree | 0c978e06bbf87f4c45b736f742302a0d730f11b1 /source4/torture | |
parent | e1248154d6c42cd6780ce5e065a5877e983a7c9d (diff) | |
download | samba-6cebe4d8908b2f59ce3ecc445c6e88696020b395.tar.gz samba-6cebe4d8908b2f59ce3ecc445c6e88696020b395.tar.xz samba-6cebe4d8908b2f59ce3ecc445c6e88696020b395.zip |
r17099: Samba3 now passes RAW-LOCK completely, no need for
parameters to protect it.
Jeremy.
(This used to be commit 382c37e3d70c4d259c400dba3d7e4c3846f66c34)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/raw/lock.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source4/torture/raw/lock.c b/source4/torture/raw/lock.c index ce0be42cf0e..6d58b9d6aaa 100644 --- a/source4/torture/raw/lock.c +++ b/source4/torture/raw/lock.c @@ -462,11 +462,6 @@ static BOOL test_async(struct smbcli_state *cli, TALLOC_CTX *mem_ctx) 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 @@ static BOOL test_errorcode(struct smbcli_state *cli, TALLOC_CTX *mem_ctx) 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; } |