aboutsummaryrefslogtreecommitdiff
path: root/cmd-switch-client.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-08-28 16:01:09 +0100
committerThomas Adam <thomas@xteddy.org>2015-08-28 16:01:09 +0100
commit486421ceff1b4d618d84ac3cb8c4dd9135b7960d (patch)
tree5ff6d44f3a7f1dabd9a40d0fa7a9176190a9e131 /cmd-switch-client.c
parent84eabb2658f9ad1bec81344aa425f66a903c931d (diff)
parentb0940bdf5460ec3324254b5df68b5386513641b2 (diff)
downloadrtmux-486421ceff1b4d618d84ac3cb8c4dd9135b7960d.tar.gz
rtmux-486421ceff1b4d618d84ac3cb8c4dd9135b7960d.tar.bz2
rtmux-486421ceff1b4d618d84ac3cb8c4dd9135b7960d.zip
Merge branch 'obsd-master'
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 6a79c7b7..8bc8a3c5 100644
--- a/cmd-switch-client.c
+++ b/cmd-switch-client.c
@@ -128,7 +128,7 @@ cmd_switch_client_exec(struct cmd *self, struct cmd_q *cmdq)
c->last_session = c->session;
c->session = s;
status_timer_start(c);
- session_update_activity(s);
+ session_update_activity(s, NULL);
recalculate_sizes();
server_check_unattached();