summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}