diff options
Diffstat (limited to 'source3/winbindd/winbindd_getgrnam.c')
-rw-r--r-- | source3/winbindd/winbindd_getgrnam.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_getgrnam.c b/source3/winbindd/winbindd_getgrnam.c index 85e60a27578..d55796513fa 100644 --- a/source3/winbindd/winbindd_getgrnam.c +++ b/source3/winbindd/winbindd_getgrnam.c @@ -35,6 +35,7 @@ static void winbindd_getgrnam_done(struct tevent_req *subreq); struct tevent_req *winbindd_getgrnam_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, + struct winbindd_cli_state *cli, struct winbindd_request *request) { struct tevent_req *req, *subreq; |