未验证 提交 1db32111 编写于 作者: O openharmony_ci 提交者: Gitee

!1841 【轻量级 PR】:enable StopAllServices

Merge pull request !1841 from 许云通/N/A
......@@ -317,10 +317,10 @@ static int FilterService(const Service *service, const char **exclude, int size)
{
for (int i = 0; i < size; i++) {
if (exclude[i] != NULL && strcmp(service->name, exclude[i]) == 0) {
return 0;
return 1;
}
}
return 1;
return 0;
}
static void DoStopAllServices(const struct CmdArgs *ctx)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册