journald: make server_process_native_message compatible with fuzz_journald_processing_function

This commit is contained in:
Evgeny Vereshchagin
2018-09-03 07:03:10 +00:00
parent b1bd453f36
commit 21acb27b71
2 changed files with 2 additions and 2 deletions

View File

@@ -277,7 +277,7 @@ finish:
void server_process_native_message(
Server *s,
const void *buffer, size_t buffer_size,
const char *buffer, size_t buffer_size,
const struct ucred *ucred,
const struct timeval *tv,
const char *label, size_t label_len) {

View File

@@ -5,7 +5,7 @@
void server_process_native_message(
Server *s,
const void *buffer,
const char *buffer,
size_t buffer_size,
const struct ucred *ucred,
const struct timeval *tv,