From df68356d8e9d39ea1eb7f072cc5bcfcdf44c9b73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=8B=E5=BF=97=E5=BA=86?= Date: Mon, 24 Mar 2025 10:22:04 +0800 Subject: [PATCH] =?UTF-8?q?paDaemon=20=E4=BC=98=E5=85=88=E7=BA=A7=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 蒋志庆 --- src/daemon/ohos_pa_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/daemon/ohos_pa_main.c b/src/daemon/ohos_pa_main.c index 8c9576b79..5294d730b 100644 --- a/src/daemon/ohos_pa_main.c +++ b/src/daemon/ohos_pa_main.c @@ -643,7 +643,6 @@ int ohos_pa_main(int argc, char *argv[]) { pa_close_allv(passed_fds); pa_xfree(passed_fds); #endif - pa_reset_priority(); /* Load locale from the environment. */ setlocale(LC_ALL, ""); -- Gitee