From 4f65502c6d97b747a8917e27e837092f1a488bb8 Mon Sep 17 00:00:00 2001 From: Chris Cleeland Date: Fri, 23 Mar 2001 22:38:24 +0000 Subject: Forgot to delete something in here. --- TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp | 7 ++----- 1 file 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 { -- cgit v1.2.1