interfaces: remove now unused 'use_upnp' arg from 'mapPort'

This commit is contained in:
Antoine Poinsot
2024-10-20 20:45:12 +02:00
parent 038bbe7b20
commit a5fcfb7385
6 changed files with 6 additions and 6 deletions

View File

@@ -190,7 +190,7 @@ static void MapPortProtoSetEnabled(MapPortProtoFlag proto, bool enabled)
}
}
void StartMapPort(bool use_upnp, bool use_pcp)
void StartMapPort(bool use_pcp)
{
MapPortProtoSetEnabled(MapPortProtoFlag::PCP, use_pcp);
DispatchMapPort();