mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 19:38:09 +00:00
nits and code format
This commit is contained in:
@ -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 "
|
||||
|
Reference in New Issue
Block a user