Network: Remove outdated comment
Former-commit-id: 454debf692483a58ea5a24cbaa6ecf2a8715a242
This commit is contained in:
parent
9d4256a4d2
commit
ff25505d92
|
|
@ -191,7 +191,6 @@ namespace Nz
|
||||||
Detail::FreeAddressInfo(servinfo);
|
Detail::FreeAddressInfo(servinfo);
|
||||||
});
|
});
|
||||||
|
|
||||||
// loop through all the results and connect to the first we can
|
|
||||||
for (Detail::addrinfoImpl* p = servinfo; p != nullptr; p = p->ai_next)
|
for (Detail::addrinfoImpl* p = servinfo; p != nullptr; p = p->ai_next)
|
||||||
{
|
{
|
||||||
HostnameInfo result;
|
HostnameInfo result;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue