about summary refs log tree commit diff
path: root/src/afl-fuzz.c
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2022-01-19 23:03:19 +0100
committerDominik Maier <domenukk@gmail.com>2022-01-19 23:03:19 +0100
commit1d9d5936d953841d9244031271871d4225569b89 (patch)
treee83a8e94cedae2006d221f5c11b3bd96d6157158 /src/afl-fuzz.c
parent7afad147d17a7e7bfb7fa3235187277056f2bae3 (diff)
parent550ba4d77294e61597a5259d00769c61281e0042 (diff)
downloadafl++-1d9d5936d953841d9244031271871d4225569b89.tar.gz
Merge remote-tracking branch 'origin/dev' into dev
Diffstat (limited to 'src/afl-fuzz.c')
-rw-r--r--src/afl-fuzz.c3
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 "