mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Don't update last session when the session is unchanged, from Sina Siadat.
This commit is contained in:
parent
d5f223a3fe
commit
dc66795e35
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ cmd_switch_client_exec(struct cmd *self, struct cmd_q *cmdq)
|
|||
environ_update(update, &c->environ, &s->environ);
|
||||
}
|
||||
|
||||
if (c->session != NULL)
|
||||
if (c->session != NULL && c->session != s)
|
||||
c->last_session = c->session;
|
||||
c->session = s;
|
||||
status_timer_start(c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue