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, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_lookupsid.c b/source3/winbindd/winbindd_lookupsid.c
index 596699f4f1..f38dc71c3a 100644
--- a/source3/winbindd/winbindd_lookupsid.c
+++ b/source3/winbindd/winbindd_lookupsid.c
@@ -54,7 +54,7 @@ struct tevent_req *winbindd_lookupsid_send(TALLOC_CTX *mem_ctx,
if (!string_to_sid(&state->sid, request->data.sid)) {
DEBUG(5, ("%s not a SID\n", request->data.sid));
tevent_req_nterror(req, NT_STATUS_INVALID_PARAMETER);
- return tevent_req_post(req, ev);;
+ return tevent_req_post(req, ev);
}
subreq = wb_lookupsid_send(state, ev, &state->sid);