diff options
Diffstat (limited to 'cmd-list-clients.c')
-rw-r--r-- | cmd-list-clients.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd-list-clients.c b/cmd-list-clients.c index 292be722..893a6d05 100644 --- a/cmd-list-clients.c +++ b/cmd-list-clients.c @@ -74,8 +74,7 @@ cmd_list_clients_exec(struct cmd *self, struct cmd_q *cmdq) ft = format_create(); format_add(ft, "line", "%u", i); - format_session(ft, c->session); - format_client(ft, c); + format_defaults(ft, c, NULL, NULL, NULL); line = format_expand(ft, template); cmdq_print(cmdq, "%s", line); |