summaryrefslogtreecommitdiff
path: root/TAO/tao/Connector_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Connector_Impl.cpp')
-rw-r--r--TAO/tao/Connector_Impl.cpp9
1 files changed, 2 insertions, 7 deletions
diff --git a/TAO/tao/Connector_Impl.cpp b/TAO/tao/Connector_Impl.cpp
index 54f60860d4a..6c4023da250 100644
--- a/TAO/tao/Connector_Impl.cpp
+++ b/TAO/tao/Connector_Impl.cpp
@@ -56,13 +56,8 @@ TAO_Connect_Concurrency_Strategy<SVC_HANDLER>::
activate_svc_handler (SVC_HANDLER *sh,
void *arg)
{
- if (ACE_Concurrency_Strategy<SVC_HANDLER>::activate_svc_handler (sh,
- arg) == -1)
- return -1;
-
- // If the wait strategy wants us to be registered with the reactor
- // then we do so.
- return sh->transport ()->wait_strategy ()->register_handler ();
+ return ACE_Concurrency_Strategy<SVC_HANDLER>::activate_svc_handler (sh,
+ arg);
}