dovecot-2.2: director: Fixed "doveadm director status user at domai...

dovecot at dovecot.org dovecot at dovecot.org
Mon Nov 30 19:34:47 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/ac30316bed82
changeset: 19437:ac30316bed82
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 30 21:32:26 2015 +0200
description:
director: Fixed "doveadm director status user at domain" not to hang due to missing LF.

diffstat:

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

diffs (12 lines):

diff -r 326711633532 -r ac30316bed82 src/director/doveadm-connection.c
--- a/src/director/doveadm-connection.c	Mon Nov 30 13:15:44 2015 +0200
+++ b/src/director/doveadm-connection.c	Mon Nov 30 21:32:26 2015 +0200
@@ -510,7 +510,7 @@
 	host = mail_host_get_by_hash(conn->dir->orig_config_hosts,
 				     username_hash, tag);
 	if (host == NULL)
-		str_append(str, "\t");
+		str_append(str, "\t\n");
 	else
 		str_printfa(str, "\t%s\n", net_ip2addr(&host->ip));
 	o_stream_nsend(conn->output, str_data(str), str_len(str));


More information about the dovecot-cvs mailing list