mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
void functions can't return a value. Found by the Solaris compiler.
Jeremy.
This commit is contained in:
parent
16836f9e9e
commit
2032f2653e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user