From 2c23e7dc5a5d305406a156402ec805ed05e5a11f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 16 Aug 2009 12:46:55 +0200 Subject: s3:winbind: The get[gr|pw]end functions need access to the client state --- source3/winbindd/winbindd_sid_to_uid.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/winbindd/winbindd_sid_to_uid.c') diff --git a/source3/winbindd/winbindd_sid_to_uid.c b/source3/winbindd/winbindd_sid_to_uid.c index a6ff6cbaf4..43cb43255b 100644 --- a/source3/winbindd/winbindd_sid_to_uid.c +++ b/source3/winbindd/winbindd_sid_to_uid.c @@ -29,6 +29,7 @@ static void winbindd_sid_to_uid_done(struct tevent_req *subreq); struct tevent_req *winbindd_sid_to_uid_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, + struct winbindd_cli_state *cli, struct winbindd_request *request) { struct tevent_req *req, *subreq; -- cgit