Remove statsd_socket_init, just let it init when doing the first iteration

This commit is contained in:
Edznux
2020-10-07 00:20:13 +02:00
parent 17abe7d36e
commit 3e16cf5fbf

View File

@ -893,7 +893,7 @@ int main(int argc, char **argv_orig, char **envp) {
#ifdef USE_STATSD
statsd_setup_format(afl);
statsd_socket_init(afl);
#endif
if (strchr(argv[optind], '/') == NULL && !afl->unicorn_mode) {