s3:winbind: The get[gr|pw]end functions need access to the client state
[metze/samba/wip.git] / source3 / winbindd / winbindd_getpwuid.c
index 0c667cfcccee72d5f0e7beb0bd618fe38744082f..d47c0852143f8dafb39141f1b3368dce6f375d44 100644 (file)
@@ -31,6 +31,7 @@ static void winbindd_getpwuid_done(struct tevent_req *subreq);
 
 struct tevent_req *winbindd_getpwuid_send(TALLOC_CTX *mem_ctx,
                                          struct tevent_context *ev,
+                                         struct winbindd_cli_state *cli,
                                          struct winbindd_request *request)
 {
        struct tevent_req *req, *subreq;