summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-11-12 19:18:08 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-11-12 19:18:08 +0000
commit3e9ff9d22d88109de95e0369fba71132f59c9e39 (patch)
tree10c819883eb4c03403e005574746adab800a979a
parentd74ddde2cb5aedc5dfedfd63e3329c849bbf93a7 (diff)
downloadATCD-3e9ff9d22d88109de95e0369fba71132f59c9e39.tar.gz
ChangeLogTag: Mon Nov 12 12:15:09 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp2
-rw-r--r--TAO/tao/IIOP_Transport.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp
index 77608c986ac..a8adc8ff016 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/SSLIOP_Transport.cpp
@@ -366,7 +366,7 @@ TAO_SSLIOP_Transport::get_listen_point (
}
for (size_t index = 0;
- index <= count;
+ index != count;
index++)
{
if (local_addr.get_ip_address()
diff --git a/TAO/tao/IIOP_Transport.cpp b/TAO/tao/IIOP_Transport.cpp
index 9b2191e2fe0..56eac4cc260 100644
--- a/TAO/tao/IIOP_Transport.cpp
+++ b/TAO/tao/IIOP_Transport.cpp
@@ -343,7 +343,7 @@ TAO_IIOP_Transport::get_listen_point (
}
for (size_t index = 0;
- index <= count;
+ index != count;
index++)
{
if (local_addr.get_ip_address()