diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/winbindd_set_mapping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_set_mapping.c b/source3/winbindd/winbindd_set_mapping.c index 970ba7a4e1..8274c1eb10 100644 --- a/source3/winbindd/winbindd_set_mapping.c +++ b/source3/winbindd/winbindd_set_mapping.c @@ -96,7 +96,7 @@ static void winbindd_set_mapping_done(struct tevent_req *subreq) tevent_req_nterror(req, result); return; } - return tevent_req_done(req); + tevent_req_done(req); } NTSTATUS winbindd_set_mapping_recv(struct tevent_req *req, |