Skip to content

Commit

Permalink
[orbis-kernel] ipmi: Do not return error on unknown ipmi sync call
Browse files Browse the repository at this point in the history
  • Loading branch information
DHrpcs3 committed Aug 13, 2023
1 parent dce6674 commit d517311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orbis-kernel/src/sys/sys_sce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ orbis::SysResult orbis::sys_ipmimgr_call(Thread *thread, uint op, uint kid,
}

if (result != nullptr) {
return uwrite<uint>(result, 1);
return uwrite<uint>(result, 0);
}

return {};
Expand Down

0 comments on commit d517311

Please sign in to comment.