r17469: remove unused variable
authorSimo Sorce <idra@samba.org>
Wed, 9 Aug 2006 15:36:57 +0000 (15:36 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:36 +0000 (11:38 -0500)
(This used to be commit c7d115a7d08ecebe2ba70b3f0efae39a1fd8e42a)

source3/nsswitch/winbindd_sid.c

index 7af6373167a38a50d654514d88e0726d12fd6996..f38246cfbd5a97cff674f1ac715648167387be5b 100644 (file)
@@ -447,7 +447,6 @@ void winbindd_gid_to_sid(struct winbindd_cli_state *state)
 {
        DOM_SID sid;
        NTSTATUS status;
-       struct gid2sid_state *gid2sid_state;
 
        DEBUG(3, ("[%5lu]: gid to sid %lu\n", (unsigned long)state->pid, 
                  (unsigned long)state->request.data.gid));