summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-23 14:03:27 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-23 14:03:27 +0000
commit2087cd143e675bf5b6161bab7aab89c62b1bf49c (patch)
treec5b065f6beaef70a075db91c5334f0d080a8e3d6
parentc19d857d1390483c643aed920e54583e0ed0f432 (diff)
downloadATCD-2087cd143e675bf5b6161bab7aab89c62b1bf49c.tar.gz
ChangeLogTag: Tue Aug 23 13:37:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/Strategies/SHMIOP_Acceptor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/Strategies/SHMIOP_Acceptor.cpp b/TAO/tao/Strategies/SHMIOP_Acceptor.cpp
index 499064727e7..247284e4299 100644
--- a/TAO/tao/Strategies/SHMIOP_Acceptor.cpp
+++ b/TAO/tao/Strategies/SHMIOP_Acceptor.cpp
@@ -388,7 +388,8 @@ TAO_SHMIOP_Acceptor::object_key (IOP::TaggedProfile &profile,
profile.profile_data.length ());
#endif /* TAO_NO_COPY_OCTET_SEQUENCES == 1 */
- CORBA::Octet major, minor;
+ CORBA::Octet major = 0;
+ CORBA::Octet minor = 0;
// Read the version. We just read it here. We don't*do any*
// processing.