1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

This should not be changed.

This commit is contained in:
nicm 2015-10-22 10:48:30 +00:00
parent 31fd071faa
commit 515dfea4b7

View File

@ -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;
}