From 6a101b60aef7967ce5170ef546809979faf5f5d6 Mon Sep 17 00:00:00 2001 From: Anthony GEAY Date: Fri, 19 Feb 2021 23:34:12 +0100 Subject: [PATCH] WIP --- src/Session/Session_NS_wrapper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Session/Session_NS_wrapper.cxx b/src/Session/Session_NS_wrapper.cxx index 6d6d05a24..0b3c545ad 100644 --- a/src/Session/Session_NS_wrapper.cxx +++ b/src/Session/Session_NS_wrapper.cxx @@ -115,7 +115,7 @@ Engines_Container_i *OldStyleNS::activateContainer(CORBA::ORB_var orb, PortableS { containerName = argv[1]; } - _container = new Engines_Container_i(orb, poa, containerName, argc, argv, true, false); + _container = new Engines_Container_i(orb, poa, containerName, argc, argv, nullptr, false); } catch (CORBA::SystemException &) { -- 2.39.2