summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging/Asynch_Invocation_Adapter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Messaging/Asynch_Invocation_Adapter.cpp')
-rw-r--r--TAO/tao/Messaging/Asynch_Invocation_Adapter.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/Messaging/Asynch_Invocation_Adapter.cpp b/TAO/tao/Messaging/Asynch_Invocation_Adapter.cpp
index 95feb09a773..2e6e2cf2d46 100644
--- a/TAO/tao/Messaging/Asynch_Invocation_Adapter.cpp
+++ b/TAO/tao/Messaging/Asynch_Invocation_Adapter.cpp
@@ -105,7 +105,8 @@ namespace TAO
// AMI Timeout Handling Begin
ACE_Time_Value tmp;
- if (this->get_timeout (tmp))
+ if (this->get_timeout (r.stub (),
+ tmp))
{
this->rd_->schedule_timer (op.request_id (),
*max_wait_time);