1
0
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:
Jeremy Allison 2009-09-17 10:04:19 -07:00
parent 9e5488d399
commit d237022f91

View File

@ -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,