summaryrefslogtreecommitdiff
path: root/TAO/tao/Connection_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Connection_Handler.cpp')
-rw-r--r--TAO/tao/Connection_Handler.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/Connection_Handler.cpp b/TAO/tao/Connection_Handler.cpp
index 985dbbf44c8..099e79d5eef 100644
--- a/TAO/tao/Connection_Handler.cpp
+++ b/TAO/tao/Connection_Handler.cpp
@@ -93,7 +93,8 @@ TAO_Connection_Handler::svc_i (void)
while (!this->orb_core_->has_shutdown ()
&& result >= 0)
{
- result = this->handle_input_i (ACE_INVALID_HANDLE, max_wait_time);
+ result =
+ this->transport ()->handle_input_i (ACE_INVALID_HANDLE, max_wait_time);
if (result == -1 && errno == ETIME)
{