dovecot-2.1: director: Log an error if auth connection disconnec...

dovecot at dovecot.org dovecot at dovecot.org
Sun Feb 12 05:36:04 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/9b70d164e974
changeset: 14123:9b70d164e974
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Feb 12 05:35:54 2012 +0200
description:
director: Log an error if auth connection disconnects unexpectedly.

diffstat:

 src/director/auth-connection.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r b77aa92e3931 -r 9b70d164e974 src/director/auth-connection.c
--- a/src/director/auth-connection.c	Sun Feb 12 05:17:46 2012 +0200
+++ b/src/director/auth-connection.c	Sun Feb 12 05:35:54 2012 +0200
@@ -38,6 +38,7 @@
 		return;
 	case -1:
 		/* disconnected */
+		i_error("Auth server disconnected unexpectedly");
 		auth_connection_disconnected(&conn);
 		return;
 	case -2:


More information about the dovecot-cvs mailing list