auth4: Remove an unused variable
authorVolker Lendecke <vl@samba.org>
Sun, 13 Oct 2013 11:58:44 +0000 (13:58 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 14 Oct 2013 21:58:23 +0000 (10:58 +1300)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/auth/session.c

index bb0b5bca6368791882f6879960f9fb0785b55f02..1c0583e9f9926a959ec63c1b24cb39e2dc336876 100644 (file)
@@ -148,7 +148,6 @@ _PUBLIC_ NTSTATUS auth_generate_session_info(TALLOC_CTX *mem_ctx,
                        char *sid_string;
                        const char *sid_dn;
                        DATA_BLOB sid_blob;
-                       int ret;
 
                        sid_string = dom_sid_string(tmp_ctx,
                                                      &sids[i]);