diff options
Diffstat (limited to 'server/FirewallControllerTest.cpp')
| -rw-r--r-- | server/FirewallControllerTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/FirewallControllerTest.cpp b/server/FirewallControllerTest.cpp index bd933b47..1b53fb85 100644 --- a/server/FirewallControllerTest.cpp +++ b/server/FirewallControllerTest.cpp @@ -42,7 +42,7 @@ protected: // This unit test currently doesn't cover the eBPF owner match case so // we have to manually turn eBPF support off. // TODO: find a way to unit test the eBPF code path. - mFw.mUseBpfOwnerMatch = android::bpf::BpfLevel::NONE; + mFw.mUseBpfOwnerMatch = false; } FirewallController mFw; |
