1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-16 09:57:47 +03:00

s4:torture Don't try to Close a Deleted handle

This commit is contained in:
Andrew Bartlett 2009-05-29 17:02:19 +10:00
parent 554923ce1b
commit b83f84c8c3

@ -6284,8 +6284,6 @@ static bool test_ManyObjects(struct dcerpc_pipe *p,
default:
return false;
}
ret &= test_samr_handle_Close(p, tctx, &handles[i]);
}
talloc_free(handles);