From 71218fc12d3502b95a6be8bff055f03c82a96726 Mon Sep 17 00:00:00 2001 From: huyx Date: Thu, 24 Oct 2024 19:47:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=84=E8=93=9D=E4=BB=A3=E7=A0=81=E5=90=8C?= =?UTF-8?q?=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huyx --- adapter/uhdf2/host/src/devsvc_manager_proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adapter/uhdf2/host/src/devsvc_manager_proxy.c b/adapter/uhdf2/host/src/devsvc_manager_proxy.c index c9850aad0..69fa1efe0 100644 --- a/adapter/uhdf2/host/src/devsvc_manager_proxy.c +++ b/adapter/uhdf2/host/src/devsvc_manager_proxy.c @@ -223,8 +223,8 @@ static void DevSvcManagerProxyOnRemoteDied(struct HdfDeathRecipient *recipient, HDF_LOGW("%{public}s: DevSvcManager dead, host %{public}d stop", __func__, fullService->super.hostId); if ((looper != NULL) && (looper->Stop != NULL)) { looper->Stop(looper); - _exit(0); } + _exit(0); } void DevSvcManagerProxyConstruct(struct DevSvcManagerProxy *inst, struct HdfRemoteService *remote) -- Gitee