diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-12-20 21:26:35 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-12-21 15:10:38 +1100 |
commit | 94a59b781ccc5a552a9141484740255977db4637 (patch) | |
tree | 9050f24d258f48c5896da75a15e3984c2deda23f /source4/auth | |
parent | becaa18a46f4ee14d8617c22e78da463fda823b2 (diff) | |
download | samba-94a59b781ccc5a552a9141484740255977db4637.tar.gz samba-94a59b781ccc5a552a9141484740255977db4637.tar.bz2 samba-94a59b781ccc5a552a9141484740255977db4637.zip |
s4-auth Remove event context from privilage database handling
These local TDB operations can quite safely be handled in a new/nested
event context, rather than using the main event context.
Andrew Bartlett
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/session.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/auth/session.c b/source4/auth/session.c index 37c469b4f7..bb6a5946e5 100644 --- a/source4/auth/session.c +++ b/source4/auth/session.c @@ -177,7 +177,6 @@ _PUBLIC_ NTSTATUS auth_generate_session_info(TALLOC_CTX *mem_ctx, } nt_status = security_token_create(session_info, - auth_context ? auth_context->event_ctx : NULL, auth_context ? auth_context->lp_ctx : NULL, server_info->account_sid, server_info->primary_group_sid, |