svn commit: samba r8586 - in branches/SAMBA_4_0/source/kdc: .

tridge at samba.org tridge at samba.org
Tue Jul 19 09:27:20 GMT 2005


Author: tridge
Date: 2005-07-19 09:27:20 +0000 (Tue, 19 Jul 2005)
New Revision: 8586

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

Log:
register the kdc with irpc so we can tell that it is up






Modified:
   branches/SAMBA_4_0/source/kdc/kdc.c


Changeset:
Modified: branches/SAMBA_4_0/source/kdc/kdc.c
===================================================================
--- branches/SAMBA_4_0/source/kdc/kdc.c	2005-07-19 09:09:00 UTC (rev 8585)
+++ branches/SAMBA_4_0/source/kdc/kdc.c	2005-07-19 09:27:20 UTC (rev 8586)
@@ -28,6 +28,7 @@
 #include "kdc/kdc.h"
 #include "system/network.h"
 #include "dlinklist.h"
+#include "lib/messaging/irpc.h"
 
 
 
@@ -293,6 +294,8 @@
 		task_server_terminate(task, "kdc failed to setup interfaces");
 		return;
 	}
+
+	irpc_add_name(task->msg_ctx, "kdc_server");
 }
 
 



More information about the samba-cvs mailing list