changeset 11533:f35949b56863 HEAD

doveadm who: s/service/proto/ in header name.
author Timo Sirainen <tss@iki.fi>
date Sat, 12 Jun 2010 01:49:06 +0100
parents f972a82055c1
children 2f3ce92f53ff
files src/doveadm/doveadm-who.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);