mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
Remove statsd_socket_init, just let it init when doing the first iteration
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user