mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
RAW-OPLOCK: fix typo (send oplock releases on the correct connection)
metze
(This used to be commit f6ecf59c75
)
This commit is contained in:
parent
77054b42bd
commit
a64bd41601
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user