mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-18 01:20:17 +02:00
Use pointer rather than index for the client's last session.
This commit is contained in:
@@ -78,7 +78,7 @@ server_client_create(int fd)
|
||||
c->title = NULL;
|
||||
|
||||
c->session = NULL;
|
||||
c->last_session = UINT_MAX;
|
||||
c->last_session = NULL;
|
||||
c->tty.sx = 80;
|
||||
c->tty.sy = 24;
|
||||
|
||||
|
Reference in New Issue
Block a user