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-unbind-key.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cmd-unbind-key.c') diff --git a/cmd-unbind-key.c b/cmd-unbind-key.c index 9d7e6693..1e660a1d 100644 --- a/cmd-unbind-key.c +++ b/cmd-unbind-key.c @@ -1,4 +1,4 @@ -/* $Id: cmd-unbind-key.c,v 1.10 2008-06-02 21:08:36 nicm Exp $ */ +/* $Id: cmd-unbind-key.c,v 1.11 2008-06-03 05:35:51 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -44,7 +44,8 @@ const struct cmd_entry cmd_unbind_key_entry = { cmd_unbind_key_exec, cmd_unbind_key_send, cmd_unbind_key_recv, - cmd_unbind_key_free + cmd_unbind_key_free, + NULL }; int -- cgit