[dovecot-cvs] dovecot/src/master auth-process.c,1.99,1.100

tss at dovecot.org tss at dovecot.org
Thu Feb 15 13:10:48 UTC 2007


Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv23492

Modified Files:
	auth-process.c 
Log Message:
Do the delayed login process starting also after SIGHUPing.



Index: auth-process.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/auth-process.c,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- auth-process.c	15 Feb 2007 13:08:37 -0000	1.99
+++ auth-process.c	15 Feb 2007 13:10:46 -0000	1.100
@@ -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)



More information about the dovecot-cvs mailing list