From 2a4a057d1b665f6d8ec46cc3b111d1d63e751ab5 Mon Sep 17 00:00:00 2001 From: laiguizhong Date: Tue, 10 May 2022 14:58:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9appspawn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: laiguizhong --- standard/appspawn_service.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/standard/appspawn_service.c b/standard/appspawn_service.c index 898042f7..1a94c2b0 100644 --- a/standard/appspawn_service.c +++ b/standard/appspawn_service.c @@ -454,9 +454,6 @@ AppSpawnContent *AppSpawnCreateContent(const char *socketName, char *longProcNam return NULL, "Failed to snprintf_s %d", ret); int socketId = GetControlSocket(socketName); APPSPAWN_LOGI("get socket form env %s socketId %d", socketName, socketId); - if (socketId > 0) { - appSpawnContent->flags |= FLAGS_ON_DEMAND; - } LE_StreamServerInfo info = {}; info.baseInfo.flags = TASK_STREAM | TASK_PIPE | TASK_SERVER; -- Gitee