syslog: remove unnecessary sizeof struct between messages
authorDan Bugnar <danutbug@gmail.com>
Fri, 10 Mar 2017 10:06:29 +0000 (12:06 +0200)
committerFelix Fietkau <nbd@nbd.name>
Fri, 10 Mar 2017 11:04:29 +0000 (12:04 +0100)
The next message needs to be written after the data of current message.
This was adding "sizeof(struct log_head)" bytes between messages.

Signed-off-by: Dan Bugnar <danutbug@gmail.com>

No differences found