mirror of
https://github.com/switchbrew/libnx.git
synced 2025-08-07 08:39:24 +02:00
Fixed passing rawdata params in _sfdnsresDispatchDnsRequest().
This commit is contained in:
parent
6bc917fae2
commit
adad6f1c0c
@ -29,7 +29,7 @@ static Result _sfdnsresDispatchDnsRequest(IpcCommand *c, SfdnsresRequestResults
|
|||||||
IpcParsedCommand r;
|
IpcParsedCommand r;
|
||||||
ipcSendPid(c);
|
ipcSendPid(c);
|
||||||
|
|
||||||
rc = _sfdnsresDispatchCommand(&r, c, &raw, sizeof(raw));
|
rc = _sfdnsresDispatchCommand(&r, c, raw, raw_size);
|
||||||
if(R_FAILED(rc)) return rc;
|
if(R_FAILED(rc)) return rc;
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user