diff options
Diffstat (limited to 'source4/smbd/server.c')
-rw-r--r-- | source4/smbd/server.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/smbd/server.c b/source4/smbd/server.c index 30758967225..4d1e70d68e5 100644 --- a/source4/smbd/server.c +++ b/source4/smbd/server.c @@ -31,9 +31,6 @@ #include "system/filesys.h" #include "system/kerberos.h" -/* For sepecifiying event context to GSSAPI below */ -#include "heimdal/lib/gssapi/gssapi_locl.h" - /* recursively delete a directory tree */ @@ -246,9 +243,6 @@ static int binary_smbd_main(const char *binary_name, int argc, const char *argv[ return 1; } - /* Hack to ensure that GSSAPI uses the right event context */ - gssapi_krb5_init_ev(event_ctx); - /* wait for events - this is where smbd sits for most of its life */ event_loop_wait(event_ctx); |