summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connector.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-04-29 02:31:05 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-04-29 02:31:05 +0000
commit57277893283810810beda7d022fe1748ba1b7813 (patch)
tree9563123c23d0189f3113f8142c9494f959d5a727 /TAO/tao/IIOP_Connector.cpp
parent2c18224433809f09fb3b12982661b8e2db8ac35a (diff)
downloadATCD-57277893283810810beda7d022fe1748ba1b7813.tar.gz
ChangeLogTag:Sun Apr 28 21:43:17 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IIOP_Connector.cpp')
-rw-r--r--TAO/tao/IIOP_Connector.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Connector.cpp b/TAO/tao/IIOP_Connector.cpp
index 4544fed724f..2b420db2fdf 100644
--- a/TAO/tao/IIOP_Connector.cpp
+++ b/TAO/tao/IIOP_Connector.cpp
@@ -71,7 +71,8 @@ TAO_IIOP_Connector::open (TAO_ORB_Core *orb_core)
this->orb_core (orb_core);
// Create our connect strategy
- this->create_connect_strategy ();
+ if (this->create_connect_strategy () == -1)
+ return -1;
if (this->init_tcp_properties () != 0)
return -1;