dovecot-2.0: doveadm director status: "users" column header was ...

dovecot at dovecot.org dovecot at dovecot.org
Mon Jul 12 02:17:21 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/24e92489d7b7
changeset: 11793:24e92489d7b7
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jul 12 00:17:18 2010 +0100
description:
doveadm director status: "users" column header was wrong.

diffstat:

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

diffs (12 lines):

diff -r 243e01c2d7ba -r 24e92489d7b7 src/doveadm/doveadm-director.c
--- a/src/doveadm/doveadm-director.c	Sun Jul 11 20:26:15 2010 +0100
+++ b/src/doveadm/doveadm-director.c	Mon Jul 12 00:17:18 2010 +0100
@@ -125,7 +125,7 @@
 	doveadm_print_header_simple("mail server ip");
 	doveadm_print_header("vhosts", "vhosts",
 			     DOVEADM_PRINT_HEADER_FLAG_RIGHT_JUSTIFY);
-	doveadm_print_header("users", "vhosts",
+	doveadm_print_header("users", "users",
 			     DOVEADM_PRINT_HEADER_FLAG_RIGHT_JUSTIFY);
 
 	director_send(ctx, "HOST-LIST\n");


More information about the dovecot-cvs mailing list