mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
void functions can't return a value. Found by the Solaris compiler.
Jeremy.
This commit is contained in:
parent
2032f2653e
commit
9e5488d399
@ -96,7 +96,7 @@ static void winbindd_remove_mapping_done(struct tevent_req *subreq)
|
||||
tevent_req_nterror(req, result);
|
||||
return;
|
||||
}
|
||||
return tevent_req_done(req);
|
||||
tevent_req_done(req);
|
||||
}
|
||||
|
||||
NTSTATUS winbindd_remove_mapping_recv(struct tevent_req *req,
|
||||
|
Loading…
Reference in New Issue
Block a user