s3:winbind: The get[gr|pw]end functions need access to the client state
[metze/samba/wip.git] / source3 / winbindd / winbindd_getpwnam.c
index 80b618c4aa81fe022ea25ca47e89c3cca7d616cc..77e827e24151ddb2825947ff8b7a242a7346e774 100644 (file)
@@ -34,6 +34,7 @@ static void winbindd_getpwnam_done(struct tevent_req *subreq);
 
 struct tevent_req *winbindd_getpwnam_send(TALLOC_CTX *mem_ctx,
                                          struct tevent_context *ev,
+                                         struct winbindd_cli_state *cli,
                                          struct winbindd_request *request)
 {
        struct tevent_req *req, *subreq;