fix master creation file

This commit is contained in:
van Hauser
2020-05-17 01:36:03 +02:00
parent 9dd3e3e38a
commit d37a8f72d6
2 changed files with 12 additions and 11 deletions

View File

@ -1067,7 +1067,8 @@ int main(int argc, char **argv_orig, char **envp) {
if (afl->is_master && check_master_exists(afl) == 1) {
WARNF("It is wasteful to run more than one master!");
WARNF("it is wasteful to run more than one master!");
sleep(1);
}