summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB_Core.cpp')
-rw-r--r--TAO/tao/ORB_Core.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp
index 5d027161a47..941efec8f6e 100644
--- a/TAO/tao/ORB_Core.cpp
+++ b/TAO/tao/ORB_Core.cpp
@@ -64,7 +64,9 @@ TAO_ORB_Core::TAO_ORB_Core (void)
#if defined (TAO_ARL_USES_SAME_CONNECTOR_PORT)
arl_same_port_connect_ (CORBA::B_FALSE),
#endif /* TAO_ARL_USES_SAME_CONNECTOR_PORT */
- preconnections_ (0)
+ preconnections_ (0),
+ default_environment_ (0),
+ tss_environment_ (this)
{
}