From 003316ca7d8312ac0220bf1e89ced84f5b018f00 Mon Sep 17 00:00:00 2001 From: Andrey Artemiev Date: Mon, 18 Jul 2022 11:12:52 -0700 Subject: vm/adb: wait for Android boot to finish executor: removed condition around tun init --- pkg/csource/generated.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pkg/csource/generated.go') diff --git a/pkg/csource/generated.go b/pkg/csource/generated.go index fce9fc8ee..77dfcc630 100644 --- a/pkg/csource/generated.go +++ b/pkg/csource/generated.go @@ -9814,9 +9814,7 @@ static int do_sandbox_android(int sandbox_arg) initialize_devlink_pci(); #endif #if SYZ_EXECUTOR || SYZ_NET_INJECTION - if (sandbox_arg != 1) { - initialize_tun(); - } + initialize_tun(); #endif #if SYZ_EXECUTOR || SYZ_NET_DEVICES initialize_netdevices(); -- cgit mrf-deployment