Commit 7c4eee90 authored by unknown's avatar unknown

bug#5659

uninit variable


ndb/src/kernel/vm/Configuration.cpp:
  init variable
parent 96bf8030
...@@ -159,6 +159,7 @@ Configuration::Configuration() ...@@ -159,6 +159,7 @@ Configuration::Configuration()
_initialStart = false; _initialStart = false;
_daemonMode = false; _daemonMode = false;
m_config_retriever= 0; m_config_retriever= 0;
m_clusterConfig= 0;
} }
Configuration::~Configuration(){ Configuration::~Configuration(){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment