[dovecot-cvs] dovecot/src/imap main.c,1.23,1.24

cras at procontrol.fi cras at procontrol.fi
Mon Feb 3 07:01:10 EET 2003


Update of /home/cvs/dovecot/src/imap
In directory danu:/tmp/cvs-serv16952/imap

Modified Files:
	main.c 
Log Message:
We don't need to raise SIGHUP in alarm handler, that was just a mistake in
first tests. That also means gdb won't break at SIGALRM and I can remove the
DISABLE_ALARMHUP kludge.



Index: main.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/main.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- main.c	1 Feb 2003 10:16:34 -0000	1.23
+++ main.c	3 Feb 2003 05:01:06 -0000	1.24
@@ -125,8 +125,6 @@
 #ifdef DEBUG
 	if (getenv("LOGGED_IN") != NULL)
 		fd_debug_verify_leaks(3, 1024);
-	else
-		putenv("DISABLE_ALARMHUP=1"); /* annoying when debugging */
 #endif
 	/* NOTE: we start rooted, so keep the code minimal until
 	   restrict_access_by_env() is called */




More information about the dovecot-cvs mailing list