From 31ea6402102a4744ab6ec0da1d33a718331c2dd7 Mon Sep 17 00:00:00 2001 From: king_he <6384784@qq.com> Date: Thu, 26 May 2022 12:19:58 +0000 Subject: [PATCH] update samgr_server/source/samgr_server.c. Signed-off-by: king_he <6384784@qq.com> --- samgr_server/source/samgr_server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samgr_server/source/samgr_server.c b/samgr_server/source/samgr_server.c index 650bcfe..f9cda12 100755 --- a/samgr_server/source/samgr_server.c +++ b/samgr_server/source/samgr_server.c @@ -453,9 +453,9 @@ void ProcGetAllSysCap(SamgrServer *server, IpcIo *req, IpcIo *reply) HILOG_DEBUG(HILOG_MODULE_SAMGR, "ProcGetAllSysCap replyNum: %d, size: %d, startIdx: %u, nextRequestIdx: %d", replyNum, size, startIdx, nextRequestIdx); IpcIoPushInt32(reply, EC_SUCCESS); - // indicate is the last reply + // indication of the last reply IpcIoPushBool(reply, nextRequestIdx == size); - // indicate is the next start idx + // indication of the next start idx IpcIoPushUint32(reply, nextRequestIdx); IpcIoPushUint32(reply, replyNum); int32 cnt = 0; -- Gitee