mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-08 05:01:44 +00:00
sm: fix compat with new service macros
This commit is contained in:
parent
0c3afff4d3
commit
1b057d48c6
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ namespace ams::sm::impl {
|
||||||
{
|
{
|
||||||
/* TODO: Convert mitm internal messaging to use tipc? */
|
/* TODO: Convert mitm internal messaging to use tipc? */
|
||||||
::Service srv { .session = mitm_info->query_h };
|
::Service srv { .session = mitm_info->query_h };
|
||||||
R_ABORT_UNLESS(::serviceDispatchInOut(std::addressof(srv), 65000, client_info, should_mitm));
|
R_ABORT_UNLESS((serviceDispatchInOut(std::addressof(srv), 65000, client_info, should_mitm)));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If we shouldn't mitm, give normal session. */
|
/* If we shouldn't mitm, give normal session. */
|
||||||
|
|
Loading…
Reference in a new issue