summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}