mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Don't shift version out of peerid, it is needed later.
This commit is contained in:
2
client.c
2
client.c
@ -596,7 +596,7 @@ client_dispatch_wait(struct imsg *imsg)
|
|||||||
|
|
||||||
fprintf(stderr, "protocol version mismatch "
|
fprintf(stderr, "protocol version mismatch "
|
||||||
"(client %d, server %u)\n", PROTOCOL_VERSION,
|
"(client %d, server %u)\n", PROTOCOL_VERSION,
|
||||||
imsg->hdr.peerid);
|
imsg->hdr.peerid & 0xff);
|
||||||
client_exitval = 1;
|
client_exitval = 1;
|
||||||
proc_exit(client_proc);
|
proc_exit(client_proc);
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user