dovecot-2.1: login: Added comment.

dovecot at dovecot.org dovecot at dovecot.org
Fri Feb 17 01:20:18 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/119195278272
changeset: 14166:119195278272
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Feb 17 00:46:46 2012 +0200
description:
login: Added comment.

diffstat:

 src/login-common/main.c |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r c581f6c1eef9 -r 119195278272 src/login-common/main.c
--- a/src/login-common/main.c	Fri Feb 17 00:34:24 2012 +0200
+++ b/src/login-common/main.c	Fri Feb 17 00:46:46 2012 +0200
@@ -262,6 +262,9 @@
 
 static bool anvil_reconnect_callback(void)
 {
+	/* we got disconnected from anvil. we can't reconnect to it since we're
+	   chrooted, so just die after we've finished handling the current
+	   connections. */
 	master_service_stop_new_connections(master_service);
 	return FALSE;
 }


More information about the dovecot-cvs mailing list