dovecot-2.0-sslstream: master: Removed some unnecessary code.

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:55:15 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/57134fd23d4c
changeset: 10103:57134fd23d4c
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Oct 19 21:44:08 2009 -0400
description:
master: Removed some unnecessary code.

diffstat:

1 file changed, 6 deletions(-)
src/master/service-process.c |    6 ------

diffs (16 lines):

diff -r 4fe8c4382712 -r 57134fd23d4c src/master/service-process.c
--- a/src/master/service-process.c	Mon Oct 19 21:42:09 2009 -0400
+++ b/src/master/service-process.c	Mon Oct 19 21:44:08 2009 -0400
@@ -35,12 +35,6 @@
 #include <signal.h>
 #include <sys/wait.h>
 
-/* Timeout chdir() completely after this many seconds */
-#define CHDIR_TIMEOUT 30
-/* Give a warning about chdir() taking a while if it took longer than this
-   many seconds to finish. */
-#define CHDIR_WARN_SECS 10
-
 static void
 service_dup_fds(struct service *service)
 {


More information about the dovecot-cvs mailing list