From: Timo Sirainen Date: Sat, 12 Jun 2010 00:49:06 +0000 (+0100) Subject: doveadm who: s/service/proto/ in header name. X-Git-Tag: 2.0.rc1~185 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9360b14e30ad27711acda9afe8346a58629d0d66;p=thirdparty%2Fdovecot%2Fcore.git doveadm who: s/service/proto/ in header name. --HG-- branch : HEAD --- diff --git a/src/doveadm/doveadm-who.c b/src/doveadm/doveadm-who.c index f2c4e4e5c7..461df2390c 100644 --- a/src/doveadm/doveadm-who.c +++ b/src/doveadm/doveadm-who.c @@ -301,7 +301,7 @@ static void cmd_who(int argc, char *argv[]) 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);