diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-11-09 00:29:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:25:24 -0500 |
commit | a779d288a84bc64393f64798006a06432f3a6197 (patch) | |
tree | 47ee5750b00476d2e23dee071d2630c59a6ec16a | |
parent | c71152180c6e65e1492e41e9c2ea61b37f4f8df1 (diff) | |
download | samba-a779d288a84bc64393f64798006a06432f3a6197.tar.gz samba-a779d288a84bc64393f64798006a06432f3a6197.tar.bz2 samba-a779d288a84bc64393f64798006a06432f3a6197.zip |
r19643: make process_model thread compile again
metze
(This used to be commit f02f7ed19db2be8e23b1a5850082c9f9da35c028)
-rw-r--r-- | source4/smbd/process_thread.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/smbd/process_thread.c b/source4/smbd/process_thread.c index 53e77a3c64..6ee7b2b671 100644 --- a/source4/smbd/process_thread.c +++ b/source4/smbd/process_thread.c @@ -35,10 +35,6 @@ #include "lib/util/mutex.h" #include "smbd/process_model.h" -/* For specifying event context to GSSAPI below */ -#include "system/kerberos.h" -#include "heimdal/lib/gssapi/gssapi_locl.h" - static pthread_key_t title_key; struct new_conn_state { @@ -534,9 +530,6 @@ static void thread_model_init(struct event_context *event_context) d_ops.log_task_id = thread_log_task_id; register_debug_handlers("thread", &d_ops); - - /* Hack to ensure that GSSAPI uses the right event context */ - gssapi_krb5_init_ev(event_context); } |