diff options
author | Edznux <edznux@gmail.com> | 2020-10-07 00:20:13 +0200 |
---|---|---|
committer | Edznux <edznux@gmail.com> | 2020-10-07 00:20:13 +0200 |
commit | 3e16cf5fbf111b75e53abee91cca5202715eb411 (patch) | |
tree | 415b84f465feabba453499fe716cc5db7530d964 /src/afl-fuzz.c | |
parent | 17abe7d36e1bf63e149b3c0be20d3d0b7076746f (diff) | |
download | afl++-3e16cf5fbf111b75e53abee91cca5202715eb411.tar.gz |
Remove statsd_socket_init, just let it init when doing the first iteration
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index e0e9487f..0b38bdd8 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -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) { |