summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-06-12 19:47:23 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-06-12 19:47:23 +0000
commitacda1919234808028b0bf5f812acb7b73716ba46 (patch)
tree8f5aaae27a381b476a25c3d7736ac22158ef98fd /tests
parent8d40b91422e328d03a0cda9dc91a9cb92458aa52 (diff)
downloadATCD-acda1919234808028b0bf5f812acb7b73716ba46.tar.gz
ChangeLogTag:Tue Jun 12 11:07:18 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'tests')
-rw-r--r--tests/SOCK_Connector_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SOCK_Connector_Test.cpp b/tests/SOCK_Connector_Test.cpp
index a3e6503f9d1..cb68b4fc1d7 100644
--- a/tests/SOCK_Connector_Test.cpp
+++ b/tests/SOCK_Connector_Test.cpp
@@ -122,7 +122,7 @@ find_another_host (ACE_TCHAR other_host[])
{
ACE_OS::strcpy (candidate[candidate_count].host_name,
h->h_name);
- if (candidate_count++ >= MAX_CANDIDATES)
+ if (++candidate_count >= MAX_CANDIDATES)
break;
}
}