summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_uid_to_sid.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/winbindd/winbindd_uid_to_sid.c')
-rw-r--r--source3/winbindd/winbindd_uid_to_sid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_uid_to_sid.c b/source3/winbindd/winbindd_uid_to_sid.c
index 151fffd296..467a1af96a 100644
--- a/source3/winbindd/winbindd_uid_to_sid.c
+++ b/source3/winbindd/winbindd_uid_to_sid.c
@@ -30,6 +30,7 @@ static void winbindd_uid_to_sid_done(struct tevent_req *subreq);
struct tevent_req *winbindd_uid_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;