dovecot-2.2: Compiler warning fix

dovecot at dovecot.org dovecot at dovecot.org
Sat Dec 14 14:40:24 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/b31f2a0b1273
changeset: 17064:b31f2a0b1273
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Dec 14 14:40:13 2013 +0200
description:
Compiler warning fix

diffstat:

 src/lib-master/master-auth.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 89f1cefe0f89 -r b31f2a0b1273 src/lib-master/master-auth.c
--- a/src/lib-master/master-auth.c	Fri Dec 13 13:44:32 2013 +0200
+++ b/src/lib-master/master-auth.c	Sat Dec 14 14:40:13 2013 +0200
@@ -111,7 +111,7 @@
 		if (ret == 0 || errno == ECONNRESET) {
 			i_error("read(%s) failed: Remote closed connection "
 				"(service's process_limit reached?)",
-				conn->auth->path, conn->auth->path);
+				conn->auth->path);
 		} else {
 			if (errno == EAGAIN)
 				return;


More information about the dovecot-cvs mailing list