Browse Source

Merge branch 'fUseUPnPfix' of https://github.com/TheBlueMatt/bitcoin into tmp

0.8
Jeff Garzik 14 years ago committed by Jeff Garzik
parent
commit
73eb306cfd
  1. 2
      src/main.cpp

2
src/main.cpp

@ -65,13 +65,11 @@ int fLimitProcessors = false; @@ -65,13 +65,11 @@ int fLimitProcessors = false;
int nLimitProcessors = 1;
int fMinimizeToTray = true;
int fMinimizeOnClose = true;
#ifdef USE_UPNP
#if USE_UPNP
int fUseUPnP = true;
#else
int fUseUPnP = false;
#endif
#endif

Loading…
Cancel
Save