From 4f1406628162b796ee538e376d5248de39b650ca Mon Sep 17 00:00:00 2001 From: laiguizhong Date: Wed, 11 May 2022 09:38:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=89=E9=9C=80=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E9=80=80=E5=87=BA=E6=97=B6=EF=BC=8C=E5=AD=90=E8=BF=9B?= =?UTF-8?q?=E7=A8=8B=E6=B2=A1=E6=9C=89=E5=8A=9E=E6=B3=95=E5=9B=9E=E6=94=B6?= 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 21368931..de903307 100644 --- a/standard/appspawn_service.c +++ b/standard/appspawn_service.c @@ -466,9 +466,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