Files
redroid-patches/android-14.0.0_r2/system/netd/0002-ignore-bpf-error.patch
2023-10-17 16:11:38 +08:00

25 lines
600 B
Diff

From 014758256e9401471725b089d5bed6d6cc34fed0 Mon Sep 17 00:00:00 2001
From: Ziyang Zhou <ziyang.zhou@outlook.com>
Date: Sun, 14 Aug 2022 11:53:19 +0800
Subject: [PATCH 2/3] ignore bpf error
---
server/main.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/server/main.cpp b/server/main.cpp
index 3c6b0d52..7f845894 100644
--- a/server/main.cpp
+++ b/server/main.cpp
@@ -147,7 +147,6 @@ int main() {
if (libnetd_updatable_init(cg2_path.c_str())) {
ALOGE("libnetd_updatable_init failed");
- exit(1);
}
gLog.info("libnetd_updatable_init success");
--
2.34.1