changeset 5137:89aec9ce88bc HEAD

Do the delayed login process starting also after SIGHUPing.
author Timo Sirainen <tss@iki.fi>
date Thu, 15 Feb 2007 15:10:46 +0200
parents 86625faa49b5
children 20302f49eda3
files src/master/auth-process.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/master/auth-process.c	Thu Feb 15 15:08:37 2007 +0200
+++ b/src/master/auth-process.c	Thu Feb 15 15:10:46 2007 +0200
@@ -712,6 +712,8 @@
 		auth_process_group_destroy(process_groups);
 		process_groups = next;
 	}
+
+	have_initialized_auth_processes = FALSE;
 }
 
 static void auth_process_groups_create(struct server_settings *server)