mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-17 00:51:36 +02:00
Don't update last session when the session is unchanged, from Sina Siadat.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user