mirror of
https://github.com/switchbrew/libnx.git
synced 2025-08-06 00:19:22 +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;
|
||||
ipcSendPid(c);
|
||||
|
||||
rc = _sfdnsresDispatchCommand(&r, c, &raw, sizeof(raw));
|
||||
rc = _sfdnsresDispatchCommand(&r, c, raw, raw_size);
|
||||
if(R_FAILED(rc)) return rc;
|
||||
|
||||
struct {
|
||||
|
Loading…
Reference in New Issue
Block a user