Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-02-11 08:01:30 +00:00
3 changed files with 2 additions and 5 deletions

View File

@ -1704,7 +1704,6 @@ static void
server_client_dispatch(struct imsg *imsg, void *arg)
{
struct client *c = arg;
const char *data;
ssize_t datalen;
struct session *s;
@ -1716,7 +1715,6 @@ server_client_dispatch(struct imsg *imsg, void *arg)
return;
}
data = imsg->data;
datalen = imsg->hdr.len - IMSG_HEADER_SIZE;
switch (imsg->hdr.type) {