corrected merge

parent 6cb699d2
...@@ -321,7 +321,7 @@ TransporterFacade::unlock_mutex() ...@@ -321,7 +321,7 @@ TransporterFacade::unlock_mutex()
inline inline
unsigned Ndb_cluster_connection_impl::get_connect_count() const 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 inline
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment