Skip to content

Commit 06562e5

Browse files
committed
Remove configure-time setting of DEFAULT_NATPMP
Default to false.
1 parent 4b51290 commit 06562e5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/mapport.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ static constexpr bool DEFAULT_UPNP = USE_UPNP;
1111
static constexpr bool DEFAULT_UPNP = false;
1212
#endif // USE_UPNP
1313

14-
#ifdef USE_NATPMP
15-
static constexpr bool DEFAULT_NATPMP = USE_NATPMP;
16-
#else
1714
static constexpr bool DEFAULT_NATPMP = false;
18-
#endif // USE_NATPMP
1915

2016
enum MapPortProtoFlag : unsigned int {
2117
NONE = 0x00,

0 commit comments

Comments
 (0)