mirror of
https://github.com/tmux/tmux.git
synced 2025-01-14 20:58:53 +00:00
When sending a "protocol mismatch" error message, tell the client to exit
afterwards, otherwise it hangs.
This commit is contained in:
parent
e538d4adae
commit
9ced016cbc
@ -189,6 +189,7 @@ server_msg_fn_identify(struct hdr *hdr, struct client *c)
|
||||
#define MSG "protocol version mismatch"
|
||||
server_write_client(c, MSG_ERROR, MSG, (sizeof MSG) - 1);
|
||||
#undef MSG
|
||||
server_write_client(c, MSG_EXIT, NULL, 0);
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user