mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4:torture:smb2:durable_open: use the correct tree in the final close call
This commit is contained in:
parent
687e065036
commit
b041d28fea
@ -590,7 +590,7 @@ bool test_durable_open_reopen4(struct torture_context *tctx,
|
||||
|
||||
done:
|
||||
if (h != NULL) {
|
||||
smb2_util_close(tree, *h);
|
||||
smb2_util_close(tree2, *h);
|
||||
}
|
||||
|
||||
smb2_util_unlink(tree2, fname);
|
||||
|
Loading…
Reference in New Issue
Block a user