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 0bd7115e640..86163ac878f 100644
--- a/TAO/tao/ORB_Core.cpp
+++ b/TAO/tao/ORB_Core.cpp
@@ -277,7 +277,7 @@ TAO_ORB_Core::init (int &argc, char *argv[])
arg_shifter.consume_arg ();
}
}
- else if (ACE_OS::strcmp (current_arg, "-ORBimplrepoior") == 0)
+ else if (ACE_OS::strcasecmp (current_arg, "-ORBImplRepoIOR") == 0)
{
// Specify the IOR of the Implementation Repository
@@ -288,7 +288,7 @@ TAO_ORB_Core::init (int &argc, char *argv[])
arg_shifter.consume_arg ();
}
}
- else if (ACE_OS::strcmp (current_arg, "-ORBimplrepoport") == 0)
+ else if (ACE_OS::strcasecmp (current_arg, "-ORBImplRepoPort") == 0)
{
// Specify the multicast port number for the Implementation Repository.