[dovecot-cvs] dovecot/src/login-common main.c,1.47,1.48

tss at dovecot.org tss at dovecot.org
Thu May 17 16:59:00 EEST 2007


Update of /var/lib/cvs/dovecot/src/login-common
In directory talvi:/tmp/cvs-serv11159/login-common

Modified Files:
	main.c 
Log Message:
Moved SSL listen fd to 4. stdout is now redirected to log.



Index: main.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/login-common/main.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- main.c	18 Mar 2007 14:08:27 -0000	1.47
+++ main.c	17 May 2007 13:58:58 -0000	1.48
@@ -370,7 +370,7 @@
 
 #ifdef DEBUG
 	if (!is_inetd && getenv("GDB") == NULL)
-		fd_debug_verify_leaks(4, 1024);
+		fd_debug_verify_leaks(5, 1024);
 #endif
 	/* clear all allocated memory before freeing it. this makes the login
 	   processes pretty safe to reuse for new connections since the



More information about the dovecot-cvs mailing list