summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/UIOP_Profile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/UIOP_Profile.cpp b/TAO/tao/UIOP_Profile.cpp
index 952d408152f..abff059a75f 100644
--- a/TAO/tao/UIOP_Profile.cpp
+++ b/TAO/tao/UIOP_Profile.cpp
@@ -516,7 +516,7 @@ TAO_UIOP_Profile::hash (CORBA::ULong max,
char *
TAO_UIOP_Profile::addr_to_string(void)
{
- static char s[MAXPATHLEN + MAXPATHLEN];
+ static char s[MAXPATHLEN];
ACE_OS::sprintf (s, "%s",
this->rendezvous_point_);
return s;