mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
bug#5659
uninit variable
This commit is contained in:
parent
511820cb2e
commit
8629e41d6f
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ Configuration::Configuration()
|
|||
_initialStart = false;
|
||||
_daemonMode = false;
|
||||
m_config_retriever= 0;
|
||||
m_clusterConfig= 0;
|
||||
}
|
||||
|
||||
Configuration::~Configuration(){
|
||||
|
|
Loading…
Add table
Reference in a new issue