s4:torture/winbind: remove unused variable
authorStefan Metzmacher <metze@samba.org>
Thu, 27 Feb 2014 08:08:17 +0000 (09:08 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 2 Apr 2014 07:03:45 +0000 (09:03 +0200)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/torture/winbind/winbind.c

index 35d6c93b4e7f5f1033a7f0518eb19f5a2ee94837..a47617ad10318857890345cd05a156e6258c9a72 100644 (file)
@@ -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 */