summaryrefslogtreecommitdiff
path: root/source4/auth/session.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-04-09 17:18:53 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-04-11 13:36:04 +1000
commit2c193fe91af60f29ed4d560496842073097469bb (patch)
tree99b9a777475de9d2d8bb940a4d21e931feeeb38d /source4/auth/session.h
parent18078ec4450a7ee37b613020886ec6bead7a6ead (diff)
downloadsamba-2c193fe91af60f29ed4d560496842073097469bb.tar.gz
samba-2c193fe91af60f29ed4d560496842073097469bb.tar.bz2
samba-2c193fe91af60f29ed4d560496842073097469bb.zip
s4:auth Remove event context from anonymous_session()
This should always return a simple structure with no need to consult a DB, so remove the event context, and simplfy to call helper functions that don't look at privilages. Andrew Bartlett
Diffstat (limited to 'source4/auth/session.h')
-rw-r--r--source4/auth/session.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/auth/session.h b/source4/auth/session.h
index 2a5a8f1098..e988855a15 100644
--- a/source4/auth/session.h
+++ b/source4/auth/session.h
@@ -54,12 +54,10 @@ NTSTATUS auth_generate_session_info(TALLOC_CTX *mem_ctx,
struct auth_session_info **_session_info) ;
NTSTATUS auth_anonymous_session_info(TALLOC_CTX *parent_ctx,
- struct tevent_context *ev_ctx,
struct loadparm_context *lp_ctx,
struct auth_session_info **_session_info);
struct auth_session_info *anonymous_session(TALLOC_CTX *mem_ctx,
- struct tevent_context *event_ctx,
struct loadparm_context *lp_ctx);
struct auth_session_info *admin_session(TALLOC_CTX *mem_ctx,