Network: Remove outdated comment

Former-commit-id: 454debf692483a58ea5a24cbaa6ecf2a8715a242
This commit is contained in:
Lynix 2016-02-24 14:19:15 +01:00
parent 9d4256a4d2
commit ff25505d92
1 changed files with 0 additions and 1 deletions

View File

@ -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;