summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/POAManagerFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/POAManagerFactory.cpp')
-rw-r--r--TAO/tao/PortableServer/POAManagerFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/POAManagerFactory.cpp b/TAO/tao/PortableServer/POAManagerFactory.cpp
index 25d6b0bdc28..2b86ca3a829 100644
--- a/TAO/tao/PortableServer/POAManagerFactory.cpp
+++ b/TAO/tao/PortableServer/POAManagerFactory.cpp
@@ -128,7 +128,7 @@ TAO_POAManager_Factory::find (
(*iterator)->get_id (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_CHECK_RETURN (::PortableServer::POAManager::_nil());
- if (ACE_OS::strcmp (id, poamanagerid) == 0)
+ if (ACE_OS::strcmp (id, poamanagerid.in()) == 0)
{
poamanager = PortableServer::POAManager::_duplicate (*iterator);
break;