diff options
Diffstat (limited to 'executor/common_bsd.h')
| -rw-r--r-- | executor/common_bsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_bsd.h b/executor/common_bsd.h index 85db5adf2..80e3fbf3e 100644 --- a/executor/common_bsd.h +++ b/executor/common_bsd.h @@ -117,7 +117,7 @@ static void execute_command(bool panic, const char* format, ...) static void initialize_tun(int tun_id) { #if SYZ_EXECUTOR - if (!flag_enable_tun) + if (!flag_net_injection) return; #endif // SYZ_EXECUTOR |
