From: Anthony Geay Date: Fri, 20 Aug 2021 13:32:19 +0000 (+0200) Subject: SALOME_Container\(_No_Serv\) executables set SSLMode singleton properly X-Git-Tag: V9_8_0a1~25 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8a3e9342f1985f80654555213103561e8c4c70f2;p=modules%2Fkernel.git SALOME_Container\(_No_Serv\) executables set SSLMode singleton properly --- 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);