summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Profile.cpp')
-rw-r--r--TAO/tao/IIOP_Profile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Profile.cpp b/TAO/tao/IIOP_Profile.cpp
index 5e5d7d90de2..9a721c2528e 100644
--- a/TAO/tao/IIOP_Profile.cpp
+++ b/TAO/tao/IIOP_Profile.cpp
@@ -408,7 +408,7 @@ TAO_IIOP_Profile::to_string (CORBA::Environment &)
1 /* colon separator */ +
5 /* port number */ +
1 /* object key separator */ +
- ACE_OS::strlen (key.in ()));
+ ACE_OS::strlen (key));
CORBA::String buf = CORBA::string_alloc (buflen);