about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-08-18 08:06:17 +0200
committervanhauser-thc <vh@thc.org>2022-08-18 08:06:17 +0200
commit361263b0f24a2172c4d4be09b1e247aa8d799e9b (patch)
treecda683fe6060847546cb4438f72161c1df0a2d2a /src/afl-fuzz.c
parenteeab1afd572aacfd60784a09712211d8c0b7fbe5 (diff)
downloadafl++-361263b0f24a2172c4d4be09b1e247aa8d799e9b.tar.gz
better no dry run
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r--src/afl-fuzz.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c
index e3851473..e705f187 100644
--- a/src/afl-fuzz.c
+++ b/src/afl-fuzz.c
@@ -2159,7 +2159,6 @@ int main(int argc, char **argv_orig, char **envp) {
 
     ACTF("skipping initial seed calibration due option override");
     usleep(1000);
-    no_dry_run(afl);
 
   }