mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Add missing lock.
This commit is contained in:
parent
a7548a5fae
commit
4306264217
@ -383,5 +383,6 @@ void MysqlDbConnection::ExecuteQuery(const DbQuery& query)
|
||||
}
|
||||
}
|
||||
|
||||
boost::mutex::scoped_lock lock(m_ConnectionMutex);
|
||||
Query(qbuf.str());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user