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 {