diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-05-26 15:03:51 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-05-26 15:03:51 +1000 |
commit | 98e72f574a9ce2a676bcb010e4e6ee2df39af4b6 (patch) | |
tree | 9c34bb80ef7885c522e29604a598004089cf02cb /source4/torture | |
parent | 2ad2bdda89c07c0b8ce754c3b0cd4664eefc697d (diff) | |
download | samba-98e72f574a9ce2a676bcb010e4e6ee2df39af4b6.tar.gz samba-98e72f574a9ce2a676bcb010e4e6ee2df39af4b6.tar.bz2 samba-98e72f574a9ce2a676bcb010e4e6ee2df39af4b6.zip |
remove temporary test code
(This used to be commit 8995c2f12174ebacc4a6b0864b6583665494a14b)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/gentest_smb2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/gentest_smb2.c b/source4/torture/gentest_smb2.c index 6546ba6768..46545699d0 100644 --- a/source4/torture/gentest_smb2.c +++ b/source4/torture/gentest_smb2.c @@ -1026,7 +1026,7 @@ static bool handler_create(int instance) /* mask out oplocks */ parm[0].in.oplock_level = 0; } - + GEN_COPY_PARM; GEN_CALL(smb2_create(tree, current_op.mem_ctx, &parm[i])); |