From 247cda7f2f6d35d0a6eebbc693187e8604e3c899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 10 Oct 2006 10:13:36 +0000 Subject: [PATCH] (loop): Log that the kdc have started. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18392 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kdc/connect.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kdc/connect.c b/kdc/connect.c index 4e47a82b2..8337346b0 100644 --- a/kdc/connect.c +++ b/kdc/connect.c @@ -816,6 +816,7 @@ loop(krb5_context context, ndescr = init_sockets(context, config, &d); if(ndescr <= 0) krb5_errx(context, 1, "No sockets!"); + kdc_log(context, config, 0, "KDC started"); while(exit_flag == 0){ struct timeval tmout; fd_set fds;