1
0
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:
Jeremy Allison 2009-09-17 10:00:31 -07:00
parent 16836f9e9e
commit 2032f2653e

View File

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