提交 b381f226 编写于 作者: S sun_fan

init: fix bugs

Signed-off-by: Nsun_fan <sun_fan1@hoperun.com>
上级 840b284a
......@@ -15,6 +15,7 @@
#include "dynamic_service.h"
#include <stdio.h>
#include "hilog/log.h"
#include "parameter.h"
......
......@@ -713,6 +713,7 @@ static int ParseOneService(const cJSON *curItem, Service *service)
ret += GetServiceNumber(curItem, service, CONSOLE_STR_IN_CFG);
ret += GetWritepidStrings(curItem, service);
ret += GetServiceCaps(curItem, service);
ret += GetDynamicService(curItem, service);
if (ret < 0) {
return SERVICE_FAILURE;
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册