summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2007-01-05 13:19:51 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2007-01-05 13:19:51 +0000
commitf8f82889738b6d235cc895e06b50b0964c558f55 (patch)
tree167150b50f48c459aea96c8e41774c171021e05a /TAO/orbsvcs/tests
parent651a6cd43f2505a1b55941dab252acd95f2418ac (diff)
downloadATCD-f8f82889738b6d235cc895e06b50b0964c558f55.tar.gz
Fri Jan 5 13:07:32 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/tests')
-rw-r--r--TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.cpp b/TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.cpp
index 2fb6e45e455..ceb4108095b 100644
--- a/TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.cpp
+++ b/TAO/orbsvcs/tests/EC_Mcast/EC_Mcast.cpp
@@ -269,8 +269,8 @@ ECM_Driver::open_senders (RtecEventChannelAdmin::EventChannel_ptr ec
ACE_INET_Addr ignore_from;
this->endpoint_.dgram ().get_local_addr (ignore_from);
- ACE_TCHAR buffer[MAXHOSTNAMELEN+16];
- ignore_from.addr_to_string (buffer,MAXHOSTNAMELEN+16);
+ ACE_TCHAR buffer[256];
+ ignore_from.addr_to_string (buffer,256);
ACE_DEBUG ((LM_DEBUG, "(%P) ECM_Driver::open_senders - "
"local endpoint = (%s)\n",
ACE_TEXT_ALWAYS_CHAR (buffer)));