mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
void functions can't return a value. Found by the Solaris compiler.
Jeremy.
This commit is contained in:
parent
9e5488d399
commit
d237022f91
@ -85,7 +85,7 @@ static void winbindd_set_hwm_done(struct tevent_req *subreq)
|
||||
tevent_req_nterror(req, result);
|
||||
return;
|
||||
}
|
||||
return tevent_req_done(req);
|
||||
tevent_req_done(req);
|
||||
}
|
||||
|
||||
NTSTATUS winbindd_set_hwm_recv(struct tevent_req *req,
|
||||
|
Loading…
x
Reference in New Issue
Block a user