From 94a59b781ccc5a552a9141484740255977db4637 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 20 Dec 2010 21:26:35 +1100 Subject: 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 --- source4/auth/session.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/auth') 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, -- cgit