mirror of https://github.com/PCSX2/pcsx2.git
Merge branch 'master' of https://github.com/PCSX2/pcsx2
This commit is contained in:
commit
52eab49359
|
@ -155,7 +155,7 @@ namespace InternalServers
|
||||||
}
|
}
|
||||||
for (size_t i = 0; i < dns->additional.size(); i++)
|
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 Name %s", i, entry.name.c_str());
|
||||||
Console.WriteLn("DEV9: DNS: Add%i Type %i", i, entry.entryType);
|
Console.WriteLn("DEV9: DNS: Add%i Type %i", i, entry.entryType);
|
||||||
Console.WriteLn("DEV9: DNS: Add%i Class %i", i, entry.entryClass);
|
Console.WriteLn("DEV9: DNS: Add%i Class %i", i, entry.entryClass);
|
||||||
|
|
Loading…
Reference in New Issue