Browse Source

Add missing opts initializers

pull/1/head
Pieter Wuille 11 years ago
parent
commit
562d95e6ca
  1. 2
      main.cpp

2
main.cpp

@ -30,7 +30,7 @@ public: @@ -30,7 +30,7 @@ public:
const char *host;
const char *tor;
CDnsSeedOpts() : nThreads(96), nDnsThreads(4), nPort(53), mbox(NULL), ns(NULL), host(NULL), tor(NULL) {}
CDnsSeedOpts() : nThreads(96), nDnsThreads(4), nPort(53), mbox(NULL), ns(NULL), host(NULL), tor(NULL), fUseTestNet(false), fWipeBan(false), fWipeIgnore(false) {}
void ParseCommandLine(int argc, char **argv) {
static const char *help = "Bitcoin-seeder\n"

Loading…
Cancel
Save