From 2ac1d00f55d2dd477e6a004c2e03f6947e867d6b Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 14 Nov 2019 18:12:19 +0100 Subject: executor: rename some flags Rename some flags in preparation for subsequent changes which will align names across the code base. --- executor/common_bsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/common_bsd.h') 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 -- cgit mrf-deployment