Replace logsrvd_is_early() with logsrvd_warn_stderr().

This is now defined in logsrvd_conf.c which removes a dependency
on another compilation unit for the fuzzer.
This commit is contained in:
Todd C. Miller
2021-06-16 08:45:29 -06:00
parent 1d41937ca1
commit efaa173fbe
4 changed files with 15 additions and 19 deletions

View File

@@ -41,12 +41,6 @@
#include "log_server.pb-c.h"
#include "logsrvd.h"
bool
logsrvd_is_early(void)
{
return true;
}
int
LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
{