From 8d6c83e05b5677c5a32d995f66b4799818356b1c Mon Sep 17 00:00:00 2001 From: Bernard Secher Date: Wed, 28 Nov 2018 09:19:27 +0100 Subject: [PATCH] destroy registry in naming service at shutdown --- src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx b/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx index d747db748..c5127683d 100644 --- a/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx +++ b/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx @@ -537,7 +537,7 @@ void SALOME_LifeCycleCORBA::shutdownServers(bool shutdownLauncher) Registry::Components_var registry = Registry::Components::_narrow(objR); if ( !CORBA::is_nil(registry) && ( pid != registry->getPID() ) ) registry->Shutdown(); - _NS->Destroy("/Registry"); + _NS->Destroy_Name("/Registry"); } catch(const CORBA::Exception& e) { -- 2.39.2