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