summaryrefslogtreecommitdiff
path: root/source4/smbd
diff options
context:
space:
mode:
Diffstat (limited to 'source4/smbd')
-rw-r--r--source4/smbd/process_single.c7
-rw-r--r--source4/smbd/process_standard.c7
2 files changed, 0 insertions, 14 deletions
diff --git a/source4/smbd/process_single.c b/source4/smbd/process_single.c
index b8708f9ebe..60e5b1f584 100644
--- a/source4/smbd/process_single.c
+++ b/source4/smbd/process_single.c
@@ -25,18 +25,11 @@
#include "includes.h"
#include "smbd/process_model.h"
-/* For sepecifiying event context to GSSAPI below */
-#include "system/kerberos.h"
-#include "heimdal/lib/gssapi/gssapi_locl.h"
-
-
/*
called when the process model is selected
*/
static void single_model_init(struct event_context *ev)
{
- /* Hack to ensure that GSSAPI uses the right event context */
- gssapi_krb5_init_ev(ev);
}
/*
diff --git a/source4/smbd/process_standard.c b/source4/smbd/process_standard.c
index 1efdd3d0c4..ec774b92df 100644
--- a/source4/smbd/process_standard.c
+++ b/source4/smbd/process_standard.c
@@ -28,10 +28,6 @@
#include "lib/socket/socket.h"
#include "smbd/process_model.h"
-/* For specifiying event context to GSSAPI below */
-#include "system/kerberos.h"
-#include "heimdal/lib/gssapi/gssapi_locl.h"
-
#include "param/secrets.h"
#ifdef HAVE_SETPROCTITLE
@@ -115,9 +111,6 @@ static void standard_accept_connection(struct event_context *ev,
DEBUG(0,("standard_accept_connection: tdb_reopen_all failed.\n"));
}
- /* Hack to ensure that GSSAPI uses the right event context */
- gssapi_krb5_init_ev(ev2);
-
/* Ensure that the forked children do not expose identical random streams */
set_need_random_reseed();