summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Acceptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Acceptor.cpp')
-rw-r--r--TAO/tao/IIOP_Acceptor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Acceptor.cpp b/TAO/tao/IIOP_Acceptor.cpp
index 366449212b9..1ea3a5283bc 100644
--- a/TAO/tao/IIOP_Acceptor.cpp
+++ b/TAO/tao/IIOP_Acceptor.cpp
@@ -210,7 +210,7 @@ TAO_IIOP_Acceptor::open_i (TAO_ORB_Core* orb_core,
-1);
if (this->base_acceptor_.open (addr,
- this->orb_core_->reactor (),
+ this->orb_core_->reactor (this),
this->creation_strategy_,
this->accept_strategy_,
this->concurrency_strategy_) == -1)