summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-11-05 14:05:21 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-11-05 14:05:21 +0000
commit6657efa62c2271e5d9d67eef0557483977542ac8 (patch)
tree73438010490ddc5a7b254e8b547bfa72f19d2c8e
parent9c332af24b79e243e3d0f5bce5d0e9dc272032bb (diff)
downloadATCD-6657efa62c2271e5d9d67eef0557483977542ac8.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 a5653ae626a..860e49bc8b3 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_creation_strategy_,
+ connect_creation_strategy,
&this->connect_strategy_,
&this->null_activation_strategy_);
}