Merge pull request #3896 from valentinvanelslande/dlp-fix

Service/DLP: Fix IsChild
This commit is contained in:
Weiyi Wang 2018-06-29 22:21:14 +03:00 committed by GitHub
commit 490b7ded01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,8 @@ namespace Service {
namespace DLP {
void DLP_SRVR::IsChild(Kernel::HLERequestContext& ctx) {
IPC::RequestParser rp(ctx, 0x0E, 0, 0);
IPC::RequestParser rp(ctx, 0x0E, 1, 0);
rp.Skip(1, false);
IPC::RequestBuilder rb = rp.MakeBuilder(2, 0);
rb.Push(RESULT_SUCCESS);