Lib: initialize field in constructor

fixes CID 27945 found by Coverity
This commit is contained in:
Christian Beer 2015-11-04 12:24:44 +01:00
parent 8219c10ad4
commit 32142fa32c
1 changed files with 1 additions and 0 deletions

View File

@ -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;