summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_lookupsid.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/winbindd/winbindd_lookupsid.c')
-rw-r--r--source3/winbindd/winbindd_lookupsid.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd_lookupsid.c b/source3/winbindd/winbindd_lookupsid.c
index f38dc71c3a..6c76afb0b0 100644
--- a/source3/winbindd/winbindd_lookupsid.c
+++ b/source3/winbindd/winbindd_lookupsid.c
@@ -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';