Fixes CID 1352706 uninitialized scalar field.

This commit is contained in:
Simon 2016-10-20 11:05:30 -07:00
parent 2da03f897b
commit 9a4127e74c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ public:
protected:
CBaseChainParams() {}
int nRPCPort;
int nRPCPort = 0;
std::string strDataDir;
};