forgot the unlink ...

This commit is contained in:
van Hauser
2020-05-19 19:54:10 +02:00
parent 25fbec6638
commit 0ed767fac5

View File

@ -414,6 +414,7 @@ void sync_fuzzers(afl_state_t *afl) {
afl->is_master = 0;
sprintf(qd_path, "%s/is_master", afl->out_dir);
unlink(qd_path);
}