summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Transport.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-03-06 15:57:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-03-06 15:57:41 +0000
commita3be2581354c6961b0831a0fb81b7f7534175968 (patch)
treec9526e9875f749025400af7559b8a719a6f05366 /TAO/tao/IIOP_Transport.cpp
parentd738ec7b50ce3f87fd7a29a77a1da7be26f4a3bb (diff)
downloadATCD-a3be2581354c6961b0831a0fb81b7f7534175968.tar.gz
ChangeLogTag: Mon Mar 06 15:56:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/IIOP_Transport.cpp')
-rw-r--r--TAO/tao/IIOP_Transport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Transport.cpp b/TAO/tao/IIOP_Transport.cpp
index 5d88111dff9..79982565151 100644
--- a/TAO/tao/IIOP_Transport.cpp
+++ b/TAO/tao/IIOP_Transport.cpp
@@ -375,7 +375,7 @@ TAO_IIOP_Transport::get_listen_point (
#if defined (ACE_HAS_IPV6)
// If this is an IPv6 decimal linklocal address containing a scopeid than
// remove the scopeid from the information being sent.
- const char *cp_scope;
+ const char *cp_scope = 0;
if (local_addr.get_type () == PF_INET6 &&
(cp_scope = ACE_OS::strchr (local_interface.in (), '%')) != 0)
{