mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 11:13:23 -03:00
Remove configure-time setting of DEFAULT_NATPMP
Default to false.
This commit is contained in:
parent
4b51290f71
commit
06562e5fa7
1 changed files with 0 additions and 4 deletions
|
@ -11,11 +11,7 @@ static constexpr bool DEFAULT_UPNP = USE_UPNP;
|
||||||
static constexpr bool DEFAULT_UPNP = false;
|
static constexpr bool DEFAULT_UPNP = false;
|
||||||
#endif // USE_UPNP
|
#endif // USE_UPNP
|
||||||
|
|
||||||
#ifdef USE_NATPMP
|
|
||||||
static constexpr bool DEFAULT_NATPMP = USE_NATPMP;
|
|
||||||
#else
|
|
||||||
static constexpr bool DEFAULT_NATPMP = false;
|
static constexpr bool DEFAULT_NATPMP = false;
|
||||||
#endif // USE_NATPMP
|
|
||||||
|
|
||||||
enum MapPortProtoFlag : unsigned int {
|
enum MapPortProtoFlag : unsigned int {
|
||||||
NONE = 0x00,
|
NONE = 0x00,
|
||||||
|
|
Loading…
Add table
Reference in a new issue