mirror of https://github.com/PCSX2/pcsx2.git
DEV9: DNS logger crash fix
This commit is contained in:
parent
23283b7f0a
commit
0dea6dbc9d
|
@ -155,7 +155,7 @@ namespace InternalServers
|
|||
}
|
||||
for (size_t i = 0; i < dns->additional.size(); i++)
|
||||
{
|
||||
DNS_ResponseEntry entry = dns->authorities[i];
|
||||
DNS_ResponseEntry entry = dns->additional[i];
|
||||
Console.WriteLn("DEV9: DNS: Add%i Name %s", i, entry.name.c_str());
|
||||
Console.WriteLn("DEV9: DNS: Add%i Type %i", i, entry.entryType);
|
||||
Console.WriteLn("DEV9: DNS: Add%i Class %i", i, entry.entryClass);
|
||||
|
|
Loading…
Reference in New Issue