Fixed passing rawdata params in _sfdnsresDispatchDnsRequest().

This commit is contained in:
yellows8 2018-05-08 22:52:08 -04:00
parent 6bc917fae2
commit adad6f1c0c

View File

@ -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 {