Browse Source

fixed build error

pull/576/head
orignal 8 years ago
parent
commit
e298987d9e
  1. 2
      UPnP.cpp

2
UPnP.cpp

@ -48,7 +48,7 @@ namespace transport @@ -48,7 +48,7 @@ namespace transport
void UPnP::Run ()
{
const std::vector<std::shared_ptr<i2p::data::RouterInfo::Address> > a = context.GetRouterInfo().GetAddresses();
auto a = context.GetRouterInfo().GetAddresses();
for (auto address : a)
{
if (!address->host.is_v6 ())

Loading…
Cancel
Save