summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>2001-03-23 22:38:24 +0000
committerChris Cleeland <chris.cleeland@gmail.com>2001-03-23 22:38:24 +0000
commit4f65502c6d97b747a8917e27e837092f1a488bb8 (patch)
treec6f46f82dd05bc8a2cf86804ec9a5aec80d029ed
parent16d19c42e9d31200788b5a5fac889b7c3a53ba27 (diff)
downloadATCD-connmgmt_race_fixes.tar.gz
Forgot to delete something in here.connmgmt_race_fixes
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp b/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp
index 9e42db7e892..ee9f22db91c 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp
@@ -164,11 +164,8 @@ TAO_IIOP_SSL_Connector::connect (TAO_Transport_Descriptor_Interface *desc,
if (TAO_debug_level > 5)
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("(%P|%t) IIOP_SSL_Connector::connect ")
- ACE_TEXT ("got an existing connection \n")));
- // We have found a connection and a handler
- svc_handler =
- ACE_dynamic_cast (TAO_IIOP_SSL_Connection_Handler *,
- base_transport->connection_handler ());
+ ACE_TEXT ("got an existing transport with id %d \n"),
+ base_transport->id ()));
}
else
{