diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-07-21 11:27:23 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-07-21 11:27:23 +1000 |
commit | 7d84b72a70f01a29f0293f6d2f3515aebb1a4dd8 (patch) | |
tree | e662661db6159a077d628eb9f89ab9e0b47a8329 | |
parent | f4cae6a9131b303980cf23b971be407a1215345d (diff) | |
parent | 853ef0d5ef79b3187bd706f08d842170bc625cfd (diff) | |
download | samba-7d84b72a70f01a29f0293f6d2f3515aebb1a4dd8.tar.gz samba-7d84b72a70f01a29f0293f6d2f3515aebb1a4dd8.tar.bz2 samba-7d84b72a70f01a29f0293f6d2f3515aebb1a4dd8.zip |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
(This used to be commit 55bde3c9daeafdac04574365c23d181345639f34)
-rw-r--r-- | source4/torture/raw/open.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/raw/open.c b/source4/torture/raw/open.c index 1901338e21..b6979fa0d9 100644 --- a/source4/torture/raw/open.c +++ b/source4/torture/raw/open.c @@ -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); |