summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_lookupsid.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-16 12:46:55 +0200
committerVolker Lendecke <vl@samba.org>2009-08-16 13:28:14 +0200
commit2c23e7dc5a5d305406a156402ec805ed05e5a11f (patch)
tree0dd7b831ce6b0004e9b24dc19aa032bc73a0abfe /source3/winbindd/winbindd_lookupsid.c
parent459233e6309afc93499d6b8cfd46e93e4e7d5cf3 (diff)
downloadsamba-2c23e7dc5a5d305406a156402ec805ed05e5a11f.tar.gz
samba-2c23e7dc5a5d305406a156402ec805ed05e5a11f.tar.bz2
samba-2c23e7dc5a5d305406a156402ec805ed05e5a11f.zip
s3:winbind: The get[gr|pw]end functions need access to the client state
Diffstat (limited to 'source3/winbindd/winbindd_lookupsid.c')
-rw-r--r--source3/winbindd/winbindd_lookupsid.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_lookupsid.c b/source3/winbindd/winbindd_lookupsid.c
index 7647f1d682..1281835bd3 100644
--- a/source3/winbindd/winbindd_lookupsid.c
+++ b/source3/winbindd/winbindd_lookupsid.c
@@ -32,7 +32,8 @@ static void winbindd_lookupsid_done(struct tevent_req *subreq);
struct tevent_req *winbindd_lookupsid_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
- struct winbindd_request *request)
+ struct winbindd_cli_state *cli,
+ struct winbindd_request *request)
{
struct tevent_req *req, *subreq;
struct winbindd_lookupsid_state *state;