【master->master】IPC codex clean

Signed-off-by: zhangxiujian <zhangxiujian@huawei.com>
This commit is contained in:
zhangxiujian 2022-03-11 09:09:57 +00:00 committed by Gitee
parent 77b706d772
commit 86ca92de41
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -81,7 +81,7 @@ int32_t GetSystemAbilityById(int32_t systemAbility, IpcIo *reply)
if (node->saId == systemAbility) {
WriteRemoteObject(reply, node->sid);
reply->bufferCur = reply->bufferBase;
reply->offsetsCur = reply->offsetsCur;
reply->offsetsCur = reply->offsetsBase;
return ERR_NONE;
}
}