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