mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 08:14:15 +00:00
fixed build error
This commit is contained in:
parent
caf7da1053
commit
e298987d9e
2
UPnP.cpp
2
UPnP.cpp
@ -48,7 +48,7 @@ namespace transport
|
|||||||
|
|
||||||
void UPnP::Run ()
|
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)
|
for (auto address : a)
|
||||||
{
|
{
|
||||||
if (!address->host.is_v6 ())
|
if (!address->host.is_v6 ())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user