From f91e7bfd381826eb88edacc7b5766c262a71b033 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 3 Jun 2008 05:35:51 +0000 Subject: If no command is specified, assume new-session. --- cmd-list-clients.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmd-list-clients.c') diff --git a/cmd-list-clients.c b/cmd-list-clients.c index e48ab4c1..2abf436e 100644 --- a/cmd-list-clients.c +++ b/cmd-list-clients.c @@ -1,4 +1,4 @@ -/* $Id: cmd-list-clients.c,v 1.5 2008-06-03 05:10:38 nicm Exp $ */ +/* $Id: cmd-list-clients.c,v 1.6 2008-06-03 05:35:51 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -37,6 +37,7 @@ const struct cmd_entry cmd_list_clients_entry = { cmd_list_clients_exec, NULL, NULL, + NULL, NULL }; -- cgit