mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 02:58:08 +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
|
#ifdef USE_STATSD
|
||||||
statsd_setup_format(afl);
|
statsd_setup_format(afl);
|
||||||
statsd_socket_init(afl);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (strchr(argv[optind], '/') == NULL && !afl->unicorn_mode) {
|
if (strchr(argv[optind], '/') == NULL && !afl->unicorn_mode) {
|
||||||
|
Reference in New Issue
Block a user