[dovecot-cvs] dovecot/src/pop3-login client.c,1.63,1.64

tss at dovecot.org tss at dovecot.org
Sun Mar 18 04:40:30 EET 2007


Update of /var/lib/cvs/dovecot/src/pop3-login
In directory talvi:/tmp/cvs-serv12203/pop3-login

Modified Files:
	client.c 
Log Message:
Set login process's default_pool to system_clean_pool. Changed some
default_pool usages to system_pool directly where the cleaning doesn't
matter.



Index: client.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3-login/client.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- client.c	15 Dec 2006 18:38:28 -0000	1.63
+++ client.c	18 Mar 2007 02:40:28 -0000	1.64
@@ -511,7 +511,7 @@
 
 void clients_init(void)
 {
-	clients = hash_create(default_pool, default_pool, 128, NULL, NULL);
+	clients = hash_create(system_pool, system_pool, 128, NULL, NULL);
 	to_idle = timeout_add(1000, idle_timeout, NULL);
 }
 



More information about the dovecot-cvs mailing list