1
0
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:
Jeremy Allison 2009-09-17 10:03:14 -07:00
parent 2032f2653e
commit 9e5488d399

View File

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