diff options
Diffstat (limited to 'source3/winbindd/winbindd_getgrgid.c')
-rw-r--r-- | source3/winbindd/winbindd_getgrgid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_getgrgid.c b/source3/winbindd/winbindd_getgrgid.c index 82204ad095..4feebdb4f6 100644 --- a/source3/winbindd/winbindd_getgrgid.c +++ b/source3/winbindd/winbindd_getgrgid.c @@ -34,6 +34,7 @@ static void winbindd_getgrgid_done(struct tevent_req *subreq); struct tevent_req *winbindd_getgrgid_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, + struct winbindd_cli_state *cli, struct winbindd_request *request) { struct tevent_req *req, *subreq; |