mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s4:torture:smb2:durable-open: fix a silly access-after-free panic
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Feb 28 08:33:44 CET 2012 on sn-devel-104
This commit is contained in:
parent
43dd033618
commit
d92b955cca
@ -651,13 +651,6 @@ bool test_durable_open_reopen4(struct torture_context *tctx,
|
||||
*/
|
||||
TALLOC_FREE(tree);
|
||||
|
||||
ZERO_STRUCT(io2);
|
||||
io2.in.fname = fname;
|
||||
io2.in.durable_handle = h;
|
||||
|
||||
status = smb2_create(tree, mem_ctx, &io2);
|
||||
CHECK_STATUS(status, NT_STATUS_NETWORK_NAME_DELETED);
|
||||
|
||||
if (!torture_smb2_tree_connect(tctx, session2, mem_ctx, &tree2)) {
|
||||
torture_warning(tctx, "tree connect failed.\n");
|
||||
ret = false;
|
||||
|
Loading…
Reference in New Issue
Block a user