From 50be0b2c1e7e0573245e21df886ab491a0738226 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 2 Feb 2011 12:50:42 +0100 Subject: s3: Remove superfluous ; MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed Feb 2 15:44:21 CET 2011 on sn-devel-104 --- source3/winbindd/winbindd_lookupsid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd') 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); -- cgit