]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doveadm who: s/service/proto/ in header name.
authorTimo Sirainen <tss@iki.fi>
Sat, 12 Jun 2010 00:49:06 +0000 (01:49 +0100)
committerTimo Sirainen <tss@iki.fi>
Sat, 12 Jun 2010 00:49:06 +0000 (01:49 +0100)
--HG--
branch : HEAD

src/doveadm/doveadm-who.c

index f2c4e4e5c7a10d3bee8926245cfba2488b9f7bb5..461df2390ce81815e15b5daab96b22de436bcc38 100644 (file)
@@ -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);