summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/UIOP_Connector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/UIOP_Connector.cpp b/TAO/tao/UIOP_Connector.cpp
index db44176cfd2..da842124b7a 100644
--- a/TAO/tao/UIOP_Connector.cpp
+++ b/TAO/tao/UIOP_Connector.cpp
@@ -74,7 +74,7 @@ TAO_UIOP_Connector::open (TAO_ORB_Core *orb_core)
-1);
return this->base_connector_.open (this->orb_core ()->reactor (),
- connect_null_creation_strategy_,
+ connect_creation_strategy_,
&this->connect_strategy_,
&this->null_activation_strategy_);
}