znone
2020-10-02 0d3e994e33aa85965616a064bbf635ec8d043c1a
include/qtl_database_pool.hpp
@@ -223,7 +223,7 @@
   void test_alive()
   {
      if (m_connections.empty())
         return false;
         return;
      std::unique_lock<std::mutex> lock(m_pool_mutex);
      auto it = m_connections.begin();
      while (it != m_connections.end())