mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
fixed build error
This commit is contained in:
parent
d0d0cd8445
commit
753c7efde8
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ namespace transport
|
||||||
|
|
||||||
void UPnP::CloseMapping ()
|
void UPnP::CloseMapping ()
|
||||||
{
|
{
|
||||||
const a = context.GetRouterInfo().GetAddresses();
|
auto a = context.GetRouterInfo().GetAddresses();
|
||||||
if (!a) return;
|
if (!a) return;
|
||||||
for (const auto& address : *a)
|
for (const auto& address : *a)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue