summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-11-05 13:56:22 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-11-05 13:56:22 +0000
commitbf20be0405d50d2abf9e9551a05b7e724b08f63c (patch)
tree2deab93ce98e7c33ecde78313909378a519682f5
parentd84e7002099736a3ba7450e9070bb8fde3588692 (diff)
downloadATCD-bf20be0405d50d2abf9e9551a05b7e724b08f63c.tar.gz
*** empty log message ***
-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_);
}