From 562d95e6ca0ec76f6ea0f8da3389c08c15aa5ab2 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Mon, 15 Jul 2013 13:06:44 +0200 Subject: [PATCH] Add missing opts initializers --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index de27063..efd8845 100644 --- a/main.cpp +++ b/main.cpp @@ -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"