mirror of
https://github.com/tmux/tmux.git
synced 2025-01-15 05:09:04 +00:00
This should not be changed.
This commit is contained in:
parent
31fd071faa
commit
515dfea4b7
2
server.c
2
server.c
@ -281,7 +281,7 @@ server_send_exit(void)
|
|||||||
if (c->flags & (CLIENT_BAD|CLIENT_SUSPENDED))
|
if (c->flags & (CLIENT_BAD|CLIENT_SUSPENDED))
|
||||||
server_client_lost(c);
|
server_client_lost(c);
|
||||||
else
|
else
|
||||||
server_write_client(c, MSG_EXIT, NULL, 0);
|
server_write_client(c, MSG_SHUTDOWN, NULL, 0);
|
||||||
c->session = NULL;
|
c->session = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user