mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +03:00
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
(This used to be commit 55bde3c9da
)
This commit is contained in:
commit
7d84b72a70
@ -983,6 +983,7 @@ static bool test_nttrans_create(struct smbcli_state *cli, struct torture_context
|
||||
io.ntcreatex.in.create_options = create_option;
|
||||
status = smb_raw_open(cli->tree, tctx, &io);
|
||||
CHECK_STATUS(status, NT_STATUS_OK);
|
||||
fnum = io.ntcreatex.out.file.fnum;
|
||||
|
||||
CHECK_VAL(io.ntcreatex.out.oplock_level, 0);
|
||||
CHECK_VAL(io.ntcreatex.out.create_action, NTCREATEX_ACTION_EXISTED);
|
||||
|
Loading…
Reference in New Issue
Block a user