From 7cb13aeca00f17253a94ff342bf978ce3c07fe07 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 16 May 2006 11:32:43 +0200 Subject: [PATCH] corrected merge --- storage/ndb/src/ndbapi/TransporterFacade.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/ndb/src/ndbapi/TransporterFacade.hpp b/storage/ndb/src/ndbapi/TransporterFacade.hpp index e75c5930614..2d47a2febf8 100644 --- a/storage/ndb/src/ndbapi/TransporterFacade.hpp +++ b/storage/ndb/src/ndbapi/TransporterFacade.hpp @@ -321,7 +321,7 @@ TransporterFacade::unlock_mutex() inline unsigned Ndb_cluster_connection_impl::get_connect_count() const { - return TransporterFacade::instance()->theClusterMgr->m_connect_count; + return m_transporter_facade->theClusterMgr->m_connect_count; } inline