aboutsummaryrefslogtreecommitdiff
path: root/cmd-switch-client.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2014-02-17 18:09:25 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2014-02-17 18:09:25 +0000
commitd325104d10b699e8c85cddd7ee9b7d2273c8cf40 (patch)
treeed3512ff09e388cb3f91c82ea5bad6a13d745a09 /cmd-switch-client.c
parent3aadc9d665fd3ec52181c5e1d8bd2d6481a97fef (diff)
parentb3de4a3dec85bc84bb83da6b46e2a8e2a634ace3 (diff)
downloadrtmux-d325104d10b699e8c85cddd7ee9b7d2273c8cf40.tar.gz
rtmux-d325104d10b699e8c85cddd7ee9b7d2273c8cf40.tar.bz2
rtmux-d325104d10b699e8c85cddd7ee9b7d2273c8cf40.zip
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'cmd-switch-client.c')
-rw-r--r--cmd-switch-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-switch-client.c b/cmd-switch-client.c
index 3d97c5b7..d8f7346f 100644
--- a/cmd-switch-client.c
+++ b/cmd-switch-client.c
@@ -61,7 +61,7 @@ cmd_switch_client_exec(struct cmd *self, struct cmd_q *cmdq)
{
struct args *args = self->args;
struct client *c;
- struct session *s;
+ struct session *s = NULL;
struct winlink *wl = NULL;
struct window *w = NULL;
struct window_pane *wp = NULL;