mirror of https://github.com/Icinga/icinga2.git
ido: Set m_Connected to false in Stop().
This commit is contained in:
parent
f418db79d7
commit
e26e018df8
|
@ -60,6 +60,8 @@ void IdoMysqlDbConnection::Stop(void)
|
|||
|
||||
Query("COMMIT");
|
||||
mysql_close(&m_Connection);
|
||||
|
||||
m_Connected = false;
|
||||
}
|
||||
|
||||
void IdoMysqlDbConnection::TxTimerHandler(void)
|
||||
|
|
Loading…
Reference in New Issue