mirror of
https://github.com/tmate-io/tmate.git
synced 2026-08-01 15:20:02 +00:00
This should not be changed.
This commit is contained in:
parent
31fd071faa
commit
515dfea4b7
1 changed files with 1 additions and 1 deletions
2
server.c
2
server.c
|
|
@ -281,7 +281,7 @@ server_send_exit(void)
|
|||
if (c->flags & (CLIENT_BAD|CLIENT_SUSPENDED))
|
||||
server_client_lost(c);
|
||||
else
|
||||
server_write_client(c, MSG_EXIT, NULL, 0);
|
||||
server_write_client(c, MSG_SHUTDOWN, NULL, 0);
|
||||
c->session = NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue