mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +02:00
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");
|
Query("COMMIT");
|
||||||
mysql_close(&m_Connection);
|
mysql_close(&m_Connection);
|
||||||
|
|
||||||
|
m_Connected = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void IdoMysqlDbConnection::TxTimerHandler(void)
|
void IdoMysqlDbConnection::TxTimerHandler(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user