diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-10-31 23:56:35 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-10-31 23:56:35 +0000 |
commit | c975de2e07bdb21c85fc4f2c14a17bc00ca63aff (patch) | |
tree | 70ff97109da24dc7273b59df6ef6a9f298e16c48 /client.c | |
parent | 17f6c3be8eeb0b67d07f916026dab918795c0317 (diff) | |
parent | ba7fb49fb9b972a03547381783abe91be3fcfa37 (diff) | |
download | rtmux-c975de2e07bdb21c85fc4f2c14a17bc00ca63aff.tar.gz rtmux-c975de2e07bdb21c85fc4f2c14a17bc00ca63aff.tar.bz2 rtmux-c975de2e07bdb21c85fc4f2c14a17bc00ca63aff.zip |
Merge branch 'obsd-master'
Conflicts:
server.c
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -601,7 +601,7 @@ client_dispatch_wait(struct imsg *imsg) fprintf(stderr, "protocol version mismatch " "(client %d, server %u)\n", PROTOCOL_VERSION, - imsg->hdr.peerid); + imsg->hdr.peerid & 0xff); client_exitval = 1; proc_exit(client_proc); break; |