From adad6f1c0ccea18c9e4b5325efe60536919a4553 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Tue, 8 May 2018 22:52:08 -0400 Subject: [PATCH] Fixed passing rawdata params in _sfdnsresDispatchDnsRequest(). --- nx/source/services/sfdnsres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/source/services/sfdnsres.c b/nx/source/services/sfdnsres.c index 63924862..f66e5fa9 100644 --- a/nx/source/services/sfdnsres.c +++ b/nx/source/services/sfdnsres.c @@ -29,7 +29,7 @@ static Result _sfdnsresDispatchDnsRequest(IpcCommand *c, SfdnsresRequestResults IpcParsedCommand r; ipcSendPid(c); - rc = _sfdnsresDispatchCommand(&r, c, &raw, sizeof(raw)); + rc = _sfdnsresDispatchCommand(&r, c, raw, raw_size); if(R_FAILED(rc)) return rc; struct {