未验证 提交 42add2e7 编写于 作者: 许云通 提交者: Gitee

enable StopAllServices

Signed-off-by: N许云通 <scorpion_xyt@outlook.com>
上级 9a16cfd8
......@@ -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.
先完成此消息的编辑!
想要评论请 注册