svn commit: samba r19643 - in branches/SAMBA_4_0/source/smbd: .

metze at samba.org metze at samba.org
Thu Nov 9 00:29:33 GMT 2006


Author: metze
Date: 2006-11-09 00:29:32 +0000 (Thu, 09 Nov 2006)
New Revision: 19643

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19643

Log:
make process_model thread compile again

metze
Modified:
   branches/SAMBA_4_0/source/smbd/process_thread.c


Changeset:
Modified: branches/SAMBA_4_0/source/smbd/process_thread.c
===================================================================
--- branches/SAMBA_4_0/source/smbd/process_thread.c	2006-11-08 22:33:22 UTC (rev 19642)
+++ branches/SAMBA_4_0/source/smbd/process_thread.c	2006-11-09 00:29:32 UTC (rev 19643)
@@ -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 @@
 	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);
 }
 
 



More information about the samba-cvs mailing list