mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-08-06 23:40:20 +00:00
fixed build error
This commit is contained in:
+1
-1
@@ -211,7 +211,7 @@ namespace transport
|
||||
|
||||
void UPnP::CloseMapping ()
|
||||
{
|
||||
const a = context.GetRouterInfo().GetAddresses();
|
||||
auto a = context.GetRouterInfo().GetAddresses();
|
||||
if (!a) return;
|
||||
for (const auto& address : *a)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user