提交 c412acf3 编写于 作者: X xionglei6

fix:支持suspend

Signed-off-by: Nxionglei6 <xionglei6@huawei.com>
上级 d8b46dbc
......@@ -973,7 +973,7 @@ void StopAllServices(int flags, const char **exclude, int size,
continue;
}
INIT_LOGI("StopAllServices stop service %s ", service->name);
if (filter != NULL && filter(service, exclude, size) == 0) {
if (filter != NULL && filter(service, exclude, size) != 0) {
node = GetNextGroupNode(NODE_TYPE_SERVICES, node);
continue;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册