diff options
Diffstat (limited to 'source4/auth/session.h')
-rw-r--r-- | source4/auth/session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/session.h b/source4/auth/session.h index ca47af33f4..2a5a8f1098 100644 --- a/source4/auth/session.h +++ b/source4/auth/session.h @@ -35,7 +35,7 @@ struct tevent_context; /* Create a security token for a session SYSTEM (the most * trusted/prvilaged account), including the local machine account as * the off-host credentials */ -struct auth_session_info *system_session(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx) ; +struct auth_session_info *system_session(struct loadparm_context *lp_ctx) ; /* * Create a system session, but with anonymous credentials (so we do |