mirror of https://github.com/BOINC/boinc.git
Lib: initialize fields in constructor
fixes CID 28017 found by Coverity
This commit is contained in:
parent
7be9ff730a
commit
2dbe8c4c53
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue