From 8d26af3d7b521a6524ffaa2c7ea98400cce78d63 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Wed, 9 Jun 2021 17:29:51 +0200 Subject: [PATCH] Container servant hold information about SSL mode or not --- src/GEOM_I/GEOM_Component_Generator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOM_I/GEOM_Component_Generator.cxx b/src/GEOM_I/GEOM_Component_Generator.cxx index df0a33ee4..3cc523418 100644 --- a/src/GEOM_I/GEOM_Component_Generator.cxx +++ b/src/GEOM_I/GEOM_Component_Generator.cxx @@ -42,7 +42,7 @@ Engines::EngineComponent_var RetrieveGEOMInstance() PortableServer::POAManager_var pman = poa->the_POAManager(); CORBA::PolicyList policies; policies.length(0); - Engines_Container_i *cont(KERNEL::getContainerSA()); + auto *cont(KERNEL::getContainerSA()); PortableServer::ObjectId *conId(cont->getCORBAId()); // pman->activate(); -- 2.39.2