Fix wrong result code returned in GetServiceHandle
This commit is contained in:
parent
d44055d232
commit
8345f31c2a
@ -184,7 +184,7 @@ Result GetServiceHandle(SessionData *sessionData, Handle *session, const char *n
|
|||||||
return 0xD0406402;
|
return 0xD0406402;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return res;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user