Add missing opts initializers

This commit is contained in:
Pieter Wuille 2013-07-15 13:06:44 +02:00
parent ce778853ed
commit 562d95e6ca
1 changed files with 1 additions and 1 deletions

View File

@ -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"