From ff25505d92dff4f7cc28249b93e45d3bb775b5e9 Mon Sep 17 00:00:00 2001 From: Lynix Date: Wed, 24 Feb 2016 14:19:15 +0100 Subject: [PATCH] Network: Remove outdated comment Former-commit-id: 454debf692483a58ea5a24cbaa6ecf2a8715a242 --- src/Nazara/Network/Win32/IpAddressImpl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Nazara/Network/Win32/IpAddressImpl.cpp b/src/Nazara/Network/Win32/IpAddressImpl.cpp index b23ceae04..9f3918574 100644 --- a/src/Nazara/Network/Win32/IpAddressImpl.cpp +++ b/src/Nazara/Network/Win32/IpAddressImpl.cpp @@ -191,7 +191,6 @@ namespace Nz 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) { HostnameInfo result;