diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-09-22 17:24:57 -0700 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-09-22 17:24:57 -0700 |
commit | aaa45c832596d8f1b75f09f1de8fbee7483f6977 (patch) | |
tree | 672499bd8fa18d8d30f10bc4693f3bab98b8fb06 /source4/torture | |
parent | 3b5060fdbaee5ffdfcb304179772d5e89dc8cff0 (diff) | |
download | samba-aaa45c832596d8f1b75f09f1de8fbee7483f6977.tar.gz samba-aaa45c832596d8f1b75f09f1de8fbee7483f6977.tar.bz2 samba-aaa45c832596d8f1b75f09f1de8fbee7483f6977.zip |
Remove unused variable
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/remote_pac.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/torture/rpc/remote_pac.c b/source4/torture/rpc/remote_pac.c index b32881cc69..25368d239a 100644 --- a/source4/torture/rpc/remote_pac.c +++ b/source4/torture/rpc/remote_pac.c @@ -68,8 +68,6 @@ static bool test_PACVerify(struct torture_context *tctx, TALLOC_CTX *tmp_ctx = talloc_new(tctx); - int i; - torture_assert(tctx, tmp_ctx != NULL, "talloc_new() failed"); if (!test_SetupCredentials2(p, tctx, NETLOGON_NEG_AUTH2_ADS_FLAGS, |