summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-02-27 09:08:17 +0100
committerAndrew Bartlett <abartlet@samba.org>2014-04-02 09:03:45 +0200
commite444aca4b3979f5e4b5258320a31a67eb6814177 (patch)
treef7a8c60febdbee0ae240a4ce45536a0ef2c21df5
parent6199aa5b55d4c0dadc618318b21bd64a578d9e83 (diff)
downloadsamba-e444aca4b3979f5e4b5258320a31a67eb6814177.tar.gz
samba-e444aca4b3979f5e4b5258320a31a67eb6814177.tar.xz
samba-e444aca4b3979f5e4b5258320a31a67eb6814177.zip
s4:torture/winbind: remove unused variable
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rw-r--r--source4/torture/winbind/winbind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/winbind/winbind.c b/source4/torture/winbind/winbind.c
index 35d6c93b4e..a47617ad10 100644
--- a/source4/torture/winbind/winbind.c
+++ b/source4/torture/winbind/winbind.c
@@ -102,7 +102,7 @@ static bool torture_decode_compare_pac(struct torture_context *tctx,
struct netr_SamBaseInfo *base;
wbcErr wbc_err;
NTSTATUS status;
- int result, sid_idx, i;
+ int sid_idx, i;
char sid_str[50];
/* Let winbind decode the PAC */