summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfredk <fredk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-24 15:31:50 +0000
committerfredk <fredk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-24 15:31:50 +0000
commit6ac3d59f13fc185e9c6023f9f886f6737e1c2c68 (patch)
tree37408a20fb2350ddb5ee67c4967d471b39b39c63
parent74f90b33bdc560f876ba2b7fd20fcdf2dd0d0fe8 (diff)
downloadATCD-6ac3d59f13fc185e9c6023f9f886f6737e1c2c68.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/ORB_Core.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp
index 8b0844b3262..2de932eac5f 100644
--- a/TAO/tao/ORB_Core.cpp
+++ b/TAO/tao/ORB_Core.cpp
@@ -749,8 +749,8 @@ TAO_ORB_Core::init (int &argc, char *argv[])
return -1;
// Have registry parse the preconnects
- if (this->orb_params ()->endpoints ().is_empty () == 0)
- this->connector_registry ()->preconnect (this->orb_params ()->endpoints ());
+ if (this->orb_params ()->preconnects ().is_empty () == 0)
+ this->connector_registry ()->preconnect (this->orb_params ()->preconnects ());
return 0;
}