mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
0b273a0450
commit
f57bd0b38c
@ -139,7 +139,7 @@ void IdoPgsqlConnection::TxTimerHandler(void)
|
||||
|
||||
void IdoPgsqlConnection::NewTransaction(void)
|
||||
{
|
||||
m_QueryQueue.Enqueue(boost::bind(&IdoPgsqlConnection::NewTransaction, this), true);
|
||||
m_QueryQueue.Enqueue(boost::bind(&IdoPgsqlConnection::InternalNewTransaction, this), true);
|
||||
}
|
||||
|
||||
void IdoPgsqlConnection::InternalNewTransaction(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user