fixed some shadowed variable warnings

This commit is contained in:
Arvid Norberg
2011-03-30 16:03:35 +00:00
parent 74ccff22be
commit 113fa0ba3d
4 changed files with 13 additions and 14 deletions

View File

@@ -1904,7 +1904,6 @@ namespace aux {
// set our main IPv4 and IPv6 interfaces
// used to send to the tracker
error_code ec;
std::vector<ip_interface> ifs = enum_net_interfaces(m_io_service, ec);
for (std::vector<ip_interface>::const_iterator i = ifs.begin()
, end(ifs.end()); i != end; ++i)