diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-09-27 19:45:56 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-09-27 22:55:04 -0700 |
commit | c9727902499b0cc84fef9a44b5252ac83376456e (patch) | |
tree | 7cf9688b4f000c1e245725af68a2ce6f92112aaf /source4/auth | |
parent | 94dc2c106ba6d33f3b66e0427b5d9ad04aeacc4f (diff) | |
download | samba-c9727902499b0cc84fef9a44b5252ac83376456e.tar.gz samba-c9727902499b0cc84fef9a44b5252ac83376456e.tar.bz2 samba-c9727902499b0cc84fef9a44b5252ac83376456e.zip |
s4-auth: removed unused variable dom_sid
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/session.c b/source4/auth/session.c index 68d03aeeec..ce7ea3b64c 100644 --- a/source4/auth/session.c +++ b/source4/auth/session.c @@ -59,7 +59,7 @@ _PUBLIC_ NTSTATUS auth_generate_session_info(TALLOC_CTX *mem_ctx, const char *filter; struct dom_sid **groupSIDs = NULL; - const struct dom_sid *dom_sid, *anonymous_sid, *system_sid; + const struct dom_sid *anonymous_sid, *system_sid; TALLOC_CTX *tmp_ctx = talloc_new(mem_ctx); NT_STATUS_HAVE_NO_MEMORY(tmp_ctx); |