summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-10-18 16:38:56 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-10-18 16:38:56 +0000
commit4632e2b473afc13899cdfbf55304a765fa185928 (patch)
tree352a5dfdc387d35b922a6a732a2a3f81be8ceb23 /TAO/orbsvcs/ImplRepo_Service
parent23edaa4865c8892f8697c39bd85cf8a991a7e3e1 (diff)
downloadATCD-4632e2b473afc13899cdfbf55304a765fa185928.tar.gz
ChangeLogTag:Tue Oct 18 09:34:53 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service')
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp b/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp
index 642fb05d68e..edf784e8242 100644
--- a/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp
+++ b/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp
@@ -357,7 +357,8 @@ ImR_Locator_i::setup_multicast (ACE_Reactor* reactor, const char* ior)
else
{
// Port can be specified as param, env var, or default
- CORBA::UShort port = core->orb_params()->service_port(IMPLREPOSERVICE);
+ CORBA::UShort port =
+ core->orb_params()->service_port (TAO::MCAST_IMPLREPOSERVICE);
if (port == 0)
{
// Check environment var. for multicast port.