Skip to content

Commit

Permalink
Fixed minor uninitialised value in MySQL_Monitor_State_Data()
Browse files Browse the repository at this point in the history
Detected via valgrind
  • Loading branch information
renecannao committed Jul 6, 2021
1 parent 47b0a91 commit 09d42b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/MySQL_Monitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ MySQL_Monitor_State_Data::MySQL_Monitor_State_Data(char *h, int p, struct event_
use_ssl=_use_ssl;
ST=0;
hostgroup_id=g;
interr=0;
};

MySQL_Monitor_State_Data::~MySQL_Monitor_State_Data() {
Expand Down

0 comments on commit 09d42b5

Please sign in to comment.