From 8a3e9342f1985f80654555213103561e8c4c70f2 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Fri, 20 Aug 2021 15:32:19 +0200 Subject: [PATCH] SALOME_Container\(_No_Serv\) executables set SSLMode singleton properly --- src/Container/SALOME_Container_Common.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Container/SALOME_Container_Common.cxx b/src/Container/SALOME_Container_Common.cxx index 129dd8997..32e752574 100644 --- a/src/Container/SALOME_Container_Common.cxx +++ b/src/Container/SALOME_Container_Common.cxx @@ -54,6 +54,7 @@ #include "Utils_ORB_INIT.hxx" #include "Utils_SINGLETON.hxx" #include "OpUtil.hxx" +#include "KernelBasis.hxx" #ifdef CHECKTIME #include @@ -129,6 +130,7 @@ void unexpectedHandler(void) int container_common_main(int argc, char* argv[], std::unique_ptr ns) { + setSSLMode(!ns->IsTrueNS()); #ifdef _MPI_SEQ_CONTAINER_ #ifdef HAVE_MPI2 MPI_Init(&argc,&argv); -- 2.39.2