Merge branch 'obsd-master'

Conflicts:
	server.c
This commit is contained in:
Thomas Adam
2015-10-31 23:56:35 +00:00
10 changed files with 25 additions and 55 deletions

View File

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