]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doveadm who: Rename "proto" field to "service"
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 18 Jan 2022 12:36:45 +0000 (13:36 +0100)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 8 Feb 2022 09:48:24 +0000 (10:48 +0100)
That's what it now actually contains.

src/doveadm/doveadm-who.c

index 93cc9188a09e41c3a0e4ce4f5991457c7af53efa..657bd5c16808b2c1fce5d5b9c771d166bee988a8 100644 (file)
@@ -369,7 +369,7 @@ static void who_print(struct who_context *ctx)
        doveadm_print_header("username", "username", 0);
        doveadm_print_header("connections", "#",
                             DOVEADM_PRINT_HEADER_FLAG_RIGHT_JUSTIFY);
-       doveadm_print_header("service", "proto", 0);
+       doveadm_print_header("service", "service", 0);
        doveadm_print_header("pids", "(pids)", 0);
        doveadm_print_header("ips", "(ips)", 0);
 
@@ -472,7 +472,7 @@ static void cmd_who(struct doveadm_cmd_context *cctx)
        } else {
                doveadm_print_header("username", "username",
                                     DOVEADM_PRINT_HEADER_FLAG_EXPAND);
-               doveadm_print_header("service", "proto", 0);
+               doveadm_print_header("service", "service", 0);
                doveadm_print_header_simple("pid");
                doveadm_print_header_simple("ip");
                doveadm_print_header_simple("dest_ip");