2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 00:15:17 +00:00

[960-mysql-connection-pool] Addressed cosmetic change request

This commit is contained in:
Francis Dupont
2019-11-18 14:57:06 +01:00
parent a28a5773a3
commit 06a8a04e06
2 changed files with 6 additions and 6 deletions

View File

@@ -1692,8 +1692,8 @@ MySqlLeaseContext(const DatabaseConnection::ParameterMap& parameters)
// MySqlLeaseContextAlloc Constructor and Destructor
MySqlLeaseMgr::MySqlLeaseContextAlloc::
MySqlLeaseContextAlloc(const MySqlLeaseMgr& mgr) : ctx_(), mgr_(mgr) {
MySqlLeaseMgr::MySqlLeaseContextAlloc::MySqlLeaseContextAlloc(
const MySqlLeaseMgr& mgr) : ctx_(), mgr_(mgr) {
if (MultiThreadingMgr::instance().getMode()) {
{
lock_guard<mutex> lock(mgr_.pool_->mutex_);