mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-11-23 15:59:58 +00:00
【master->master】IPC codex clean
Signed-off-by: zhangxiujian <zhangxiujian@huawei.com>
This commit is contained in:
parent
77b706d772
commit
86ca92de41
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user