summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-03-07 12:05:13 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-03-07 12:05:13 +0000
commite55fcac44a7df3e1eef464501f400079211b46b4 (patch)
tree6147b18d5fb1651b19a3abf00b0d9bf1b41b439b /TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp
parent8f59a6aa3f0b5b6a4fe6fc093982f6a1e395148b (diff)
downloadATCD-e55fcac44a7df3e1eef464501f400079211b46b4.tar.gz
ChangeLogTag:Mon Mar 7 06:04:18 2005 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp
index 5ba81681a20..1afd459ad18 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Connector.cpp
@@ -659,7 +659,7 @@ TAO::SSLIOP::Connector::ssliop_connect (
// If we don't need to block for a transport just set the timeout to
// be zero.
ACE_Time_Value tmp_zero (ACE_Time_Value::zero);
- if (!resolver->blocked ())
+ if (!resolver->blocked_connect ())
{
synch_options.timeout (ACE_Time_Value::zero);
max_wait_time = &tmp_zero;