summaryrefslogtreecommitdiff
path: root/source4/smbd
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-11-09 00:29:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:25:24 -0500
commita779d288a84bc64393f64798006a06432f3a6197 (patch)
tree47ee5750b00476d2e23dee071d2630c59a6ec16a /source4/smbd
parentc71152180c6e65e1492e41e9c2ea61b37f4f8df1 (diff)
downloadsamba-a779d288a84bc64393f64798006a06432f3a6197.tar.gz
samba-a779d288a84bc64393f64798006a06432f3a6197.tar.bz2
samba-a779d288a84bc64393f64798006a06432f3a6197.zip
r19643: make process_model thread compile again
metze (This used to be commit f02f7ed19db2be8e23b1a5850082c9f9da35c028)
Diffstat (limited to 'source4/smbd')
-rw-r--r--source4/smbd/process_thread.c7
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);
}