diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-05-29 17:02:19 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-05-29 17:02:19 +1000 |
commit | b83f84c8c3be1ce0319a9f36704e3bf4718e159f (patch) | |
tree | 9d8bdb1efe674e176ac974a9994723f1ed526406 /source4/torture | |
parent | 554923ce1b1a3ab3a05bed14c0a2795e0c13febd (diff) | |
download | samba-b83f84c8c3be1ce0319a9f36704e3bf4718e159f.tar.gz samba-b83f84c8c3be1ce0319a9f36704e3bf4718e159f.tar.bz2 samba-b83f84c8c3be1ce0319a9f36704e3bf4718e159f.zip |
s4:torture Don't try to Close a Deleted handle
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/samr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c index d9e4205e93..0072a018c8 100644 --- a/source4/torture/rpc/samr.c +++ b/source4/torture/rpc/samr.c @@ -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); |