(loop): Log that the kdc have started.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18392 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-10 10:13:36 +00:00
parent 0e07e90c72
commit 247cda7f2f

View File

@@ -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;