[dovecot-cvs] dovecot/src/master auth-process.c,1.95.2.3,1.95.2.4

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


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

Modified Files:
      Tag: branch_1_0
	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.95.2.3
retrieving revision 1.95.2.4
diff -u -d -r1.95.2.3 -r1.95.2.4
--- auth-process.c	15 Feb 2007 13:08:35 -0000	1.95.2.3
+++ auth-process.c	15 Feb 2007 13:10:43 -0000	1.95.2.4
@@ -713,6 +713,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