mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-03 08:08:39 -04:00
tipc/sm: various fixes for issues
This commit is contained in:
parent
57c8bc432d
commit
9be8b32311
6 changed files with 12 additions and 14 deletions
|
@ -182,7 +182,7 @@ namespace ams::sm {
|
|||
u32 max_sessions;
|
||||
std::memcpy(std::addressof(max_sessions), raw_message_buffer + 0x2C, sizeof(max_sessions));
|
||||
|
||||
if (command_id == 4) {
|
||||
if (command_id == 2) {
|
||||
/* Invoke the handler for RegisterService. */
|
||||
tipc::MoveHandle out_handle;
|
||||
const Result result = this->RegisterService(std::addressof(out_handle), service_name, max_sessions, is_light);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue