dovecot-2.0: director: Don't kill ourself when idling.

dovecot at dovecot.org dovecot at dovecot.org
Mon Jun 21 18:54:15 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/01c148824d52
changeset: 11597:01c148824d52
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jun 21 16:54:11 2010 +0100
description:
director: Don't kill ourself when idling.

diffstat:

 src/director/main.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 11cb0e93ff32 -r 01c148824d52 src/director/main.c
--- a/src/director/main.c	Mon Jun 21 16:53:33 2010 +0100
+++ b/src/director/main.c	Mon Jun 21 16:54:11 2010 +0100
@@ -170,8 +170,9 @@
 	bool debug = FALSE;
 	int c;
 
-	master_service = master_service_init("director", 0, &argc, &argv,
-					     "Dt:");
+	master_service = master_service_init("director",
+					     MASTER_SERVICE_FLAG_NO_IDLE_DIE,
+					     &argc, &argv, "Dt:");
 	while ((c = master_getopt(master_service)) > 0) {
 		switch (c) {
 		case 'D':


More information about the dovecot-cvs mailing list