Lib: initialize fields in constructor

fixes CID 28017 found by Coverity
This commit is contained in:
Christian Beer 2015-11-05 16:58:40 +01:00
parent 7be9ff730a
commit 2dbe8c4c53
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ int LOG_FLAGS::write(MIOFILE& out) {
} }
CC_CONFIG::CC_CONFIG() { CC_CONFIG::CC_CONFIG() {
defaults();
} }
// this is called first thing by client // this is called first thing by client