dovecot-2.0: doveadm who: s/service/proto/ in header name.

dovecot at dovecot.org dovecot at dovecot.org
Sat Jun 12 03:49:09 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/f35949b56863
changeset: 11533:f35949b56863
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Jun 12 01:49:06 2010 +0100
description:
doveadm who: s/service/proto/ in header name.

diffstat:

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

diffs (12 lines):

diff -r f972a82055c1 -r f35949b56863 src/doveadm/doveadm-who.c
--- a/src/doveadm/doveadm-who.c	Sat Jun 12 02:38:43 2010 +0300
+++ b/src/doveadm/doveadm-who.c	Sat Jun 12 01:49:06 2010 +0100
@@ -301,7 +301,7 @@
 		who_print(&ctx);
 	} else {
 		doveadm_print_header_simple("username");
-		doveadm_print_header_simple("service");
+		doveadm_print_header("service", "proto", 0);
 		doveadm_print_header_simple("pid");
 		doveadm_print_header_simple("ip");
 		who_lookup(&ctx, who_print_line);


More information about the dovecot-cvs mailing list