diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-01-28 18:01:12 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-01-28 18:01:12 +0000 |
commit | 4b482c95c3ec532dac2b2ff2dec359dc96c3069c (patch) | |
tree | ada66e66eb8392f4279518e80fc8a46191648db5 /cmd-switch-client.c | |
parent | 503af3df547d3cf4ffef2b80ab28edd341d1ca0f (diff) | |
parent | 54309cc25d4bf9e144342179d815e459c88d6153 (diff) | |
download | rtmux-4b482c95c3ec532dac2b2ff2dec359dc96c3069c.tar.gz rtmux-4b482c95c3ec532dac2b2ff2dec359dc96c3069c.tar.bz2 rtmux-4b482c95c3ec532dac2b2ff2dec359dc96c3069c.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-switch-client.c')
-rw-r--r-- | cmd-switch-client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-switch-client.c b/cmd-switch-client.c index cd46db39..5cf4756f 100644 --- a/cmd-switch-client.c +++ b/cmd-switch-client.c @@ -108,7 +108,6 @@ cmd_switch_client_exec(struct cmd *self, struct cmdq_item *item) if (c->session != NULL && c->session != s) c->last_session = c->session; c->session = s; - server_client_set_key_table(c, NULL); status_timer_start(c); session_update_activity(s, NULL); gettimeofday(&s->last_attached_time, NULL); |