Salome HOME
YACS in SSL mode
[modules/kernel.git] / src / LifeCycleCORBA / SALOME_LifeCycleCORBA.cxx
index aa7ed44800b46d9bd817375ff02332af0d99a661..08223ade7cec6f02c61e67296d59eb984d7a01f1 100644 (file)
@@ -104,7 +104,7 @@ SALOME_LifeCycleCORBA::SALOME_LifeCycleCORBA(SALOME_NamingService_Abstract *ns)
   // not enough: set a current directory in naming service is not thread safe
   // if naming service instance is shared among several threads...
   // ==> always use absolute path and don't rely on current directory!
-  if( dynamic_cast<SALOME_NamingService *>(_NS) )
+  //if( dynamic_cast<SALOME_NamingService *>(_NS) )
   {
     CORBA::Object_var obj =
       _NS->Resolve(SALOME_ContainerManager::_ContainerManagerNameInNS);