提交 464f4f93 编写于 作者: C cheng_jinsong

更新修改

Signed-off-by: Ncheng_jinsong <chengjinsong2@huawei.com>
上级 3817141e
...@@ -556,7 +556,7 @@ void ServiceReap(Service *service) ...@@ -556,7 +556,7 @@ void ServiceReap(Service *service)
int UpdaterServiceFds(Service *service, int *fds, size_t fdCount) int UpdaterServiceFds(Service *service, int *fds, size_t fdCount)
{ {
if (service == NULL || fds == null) { if (service == NULL || fds == NULL) {
INIT_LOGE("Invalid service info or fds"); INIT_LOGE("Invalid service info or fds");
return -1; return -1;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册