summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-02-23 11:51:23 +0100
committerStefan Metzmacher <metze@samba.org>2008-02-25 07:54:24 +0100
commita64bd41601b9b50075e95ca50510f04cd2bb8454 (patch)
tree7422367a3e910869e50ffcaff63669e58c2e5dff /source4
parent77054b42bdfcd077ede8a5c29aead2807f016ecc (diff)
downloadsamba-a64bd41601b9b50075e95ca50510f04cd2bb8454.tar.gz
samba-a64bd41601b9b50075e95ca50510f04cd2bb8454.tar.bz2
samba-a64bd41601b9b50075e95ca50510f04cd2bb8454.zip
RAW-OPLOCK: fix typo (send oplock releases on the correct connection)
metze (This used to be commit f6ecf59c7555917374fc9e5430034815fd4cd245)
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/raw/oplock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/raw/oplock.c b/source4/torture/raw/oplock.c
index 952088e46c..5ece01c505 100644
--- a/source4/torture/raw/oplock.c
+++ b/source4/torture/raw/oplock.c
@@ -914,7 +914,7 @@ static bool test_raw_oplock_batch10(struct torture_context *tctx, struct smbcli_
CHECK_VAL(break_info.failures, 0);
CHECK_VAL(io.ntcreatex.out.oplock_level, 0);
- smbcli_oplock_handler(cli2->transport, oplock_handler_ack_to_levelII, cli1->tree);
+ smbcli_oplock_handler(cli2->transport, oplock_handler_ack_to_levelII, cli2->tree);
io.ntcreatex.in.flags = NTCREATEX_FLAGS_EXTENDED |
NTCREATEX_FLAGS_REQUEST_OPLOCK |