mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s4:torture:smb2: fix cut'n'paste error in the durable-v2-open.reopen2 test
Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
e1dd2fc2fa
commit
d3946fed75
@ -531,9 +531,9 @@ bool test_durable_v2_open_reopen2(struct torture_context *tctx,
|
||||
status = smb2_create(tree, mem_ctx, &io2);
|
||||
CHECK_STATUS(status, NT_STATUS_OK);
|
||||
CHECK_CREATED(&io2, EXISTED, FILE_ATTRIBUTE_ARCHIVE);
|
||||
CHECK_VAL(io1.out.durable_open, false);
|
||||
CHECK_VAL(io1.out.durable_open_v2, true);
|
||||
CHECK_VAL(io1.out.persistent_open, false);
|
||||
CHECK_VAL(io2.out.durable_open, false);
|
||||
CHECK_VAL(io2.out.durable_open_v2, true);
|
||||
CHECK_VAL(io2.out.persistent_open, false);
|
||||
CHECK_VAL(io2.out.oplock_level, smb2_util_oplock_level("b"));
|
||||
_h = io2.out.file.handle;
|
||||
h = &_h;
|
||||
|
Loading…
Reference in New Issue
Block a user