diff options
-rw-r--r-- | ndb/src/common/transporter/TransporterRegistry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/common/transporter/TransporterRegistry.cpp b/ndb/src/common/transporter/TransporterRegistry.cpp index 4f3ba3ee7d7..b8dd2d1f561 100644 --- a/ndb/src/common/transporter/TransporterRegistry.cpp +++ b/ndb/src/common/transporter/TransporterRegistry.cpp @@ -132,7 +132,7 @@ void TransporterRegistry::set_mgm_handle(NdbMgmHandle h) } #endif DBUG_VOID_RETURN; -}; +} TransporterRegistry::~TransporterRegistry() { |