mirror of
https://github.com/samba-team/samba.git
synced 2025-11-08 16:23:49 +03:00
r19643: make process_model thread compile again
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
a5d36a6dde
commit
f02f7ed19d
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user