s3: state->ev is not needed in winbindd_lookupsid
authorVolker Lendecke <vl@samba.org>
Mon, 7 Mar 2011 19:04:48 +0000 (20:04 +0100)
committerVolker Lendecke <vlendec@samba.org>
Mon, 7 Mar 2011 19:52:53 +0000 (20:52 +0100)
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Mar  7 20:52:53 CET 2011 on sn-devel-104

source3/winbindd/winbindd_lookupsid.c

index f38dc71c3a1ff920ee58e20f04c0a4575fde1768..6c76afb0b0ddf7ec07a0933d17958314cebdb49f 100644 (file)
@@ -22,7 +22,6 @@
 #include "../libcli/security/security.h"
 
 struct winbindd_lookupsid_state {
-       struct tevent_context *ev;
        struct dom_sid sid;
        enum lsa_SidType type;
        const char *domname;
@@ -44,7 +43,6 @@ struct tevent_req *winbindd_lookupsid_send(TALLOC_CTX *mem_ctx,
        if (req == NULL) {
                return NULL;
        }
-       state->ev = ev;
 
        /* Ensure null termination */
        request->data.sid[sizeof(request->data.sid)-1]='\0';