summaryrefslogtreecommitdiff
path: root/TAO/tao/Profile_Transport_Resolver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Profile_Transport_Resolver.cpp')
-rw-r--r--TAO/tao/Profile_Transport_Resolver.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/Profile_Transport_Resolver.cpp b/TAO/tao/Profile_Transport_Resolver.cpp
index 3c496e516af..264bf603719 100644
--- a/TAO/tao/Profile_Transport_Resolver.cpp
+++ b/TAO/tao/Profile_Transport_Resolver.cpp
@@ -165,7 +165,9 @@ namespace TAO
// If the user has set a roundtrip timeout policy, then throw a
// timeout exception, else just fall through and return false to
// look at the next endpoint
- if (this->transport_ == 0 && errno == ETIME && is_conn_timeout == false)
+ if (this->transport_ == 0 &&
+ errno == ETIME &&
+ is_conn_timeout == false)
{
ACE_THROW_RETURN (CORBA::TIMEOUT (
CORBA::SystemException::_tao_minor_code (