Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2015-04-19 14:44:56 +01:00
17 changed files with 147 additions and 85 deletions

View File

@@ -833,7 +833,7 @@ server_client_msg_dispatch(struct client *c)
continue;
}
log_debug("got %d from client %d", imsg.hdr.type, c->ibuf.fd);
log_debug("got %u from client %d", imsg.hdr.type, c->ibuf.fd);
switch (imsg.hdr.type) {
case MSG_IDENTIFY_FLAGS:
case MSG_IDENTIFY_TERM: