summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_lookupsid.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-02 12:50:42 +0100
committerGünther Deschner <gd@samba.org>2011-02-02 15:44:21 +0100
commit50be0b2c1e7e0573245e21df886ab491a0738226 (patch)
tree32e78d9652de8f24255b0952e8347b51bbb23dac /source3/winbindd/winbindd_lookupsid.c
parent3bdd2efff8d11448275965b464ac194a2ee0d3ae (diff)
downloadsamba-50be0b2c1e7e0573245e21df886ab491a0738226.tar.gz
samba-50be0b2c1e7e0573245e21df886ab491a0738226.tar.bz2
samba-50be0b2c1e7e0573245e21df886ab491a0738226.zip
s3: Remove superfluous ;
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 2 15:44:21 CET 2011 on sn-devel-104
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);