mirror of https://github.com/BOINC/boinc.git
Lib: initialize field in constructor
fixes CID 27945 found by Coverity
This commit is contained in:
parent
8219c10ad4
commit
32142fa32c
|
@ -62,6 +62,7 @@ using std::string;
|
|||
// See sched/sched_msg_log.C and client/client_msg_log.C for those classes.
|
||||
|
||||
MSG_LOG::MSG_LOG(FILE* output_) {
|
||||
debug_level = 0;
|
||||
output = output_;
|
||||
indent_level = 0;
|
||||
spaces[0] = 0;
|
||||
|
|
Loading…
Reference in New Issue