diff options
Diffstat (limited to 'source4/auth/unix_token.c')
-rw-r--r-- | source4/auth/unix_token.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/auth/unix_token.c b/source4/auth/unix_token.c index e1e7cdad59a..e5eb0aa4590 100644 --- a/source4/auth/unix_token.c +++ b/source4/auth/unix_token.c @@ -120,8 +120,7 @@ NTSTATUS security_token_to_unix_token(TALLOC_CTX *mem_ctx, /* Fill in the auth_user_info_unix and auth_unix_token elements in a struct session_info */ -NTSTATUS auth_session_info_fill_unix(struct tevent_context *ev, - struct loadparm_context *lp_ctx, +NTSTATUS auth_session_info_fill_unix(struct loadparm_context *lp_ctx, const char *original_user_name, struct auth_session_info *session_info) { |