diff options
author | vanhauser-thc <vh@thc.org> | 2022-01-19 22:26:52 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-01-19 22:26:52 +0100 |
commit | 550ba4d77294e61597a5259d00769c61281e0042 (patch) | |
tree | af05b120a58fb5bb4c353b141062b931026f3d34 /src/afl-fuzz.c | |
parent | 25c8336c0c45e44c569997627b133491cbc4d252 (diff) | |
download | afl++-550ba4d77294e61597a5259d00769c61281e0042.tar.gz |
nits and code format
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r-- | src/afl-fuzz.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 207a46af..1edf82f4 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -1321,8 +1321,7 @@ int main(int argc, char **argv_orig, char **envp) { #ifdef __linux__ if (afl->fsrv.nyx_mode) { - if (afl->fsrv.nyx_standalone && - strcmp(afl->sync_id, "default") != 0) { + if (afl->fsrv.nyx_standalone && strcmp(afl->sync_id, "default") != 0) { FATAL( "distributed fuzzing is not supported in this Nyx mode (use -Y " |