diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-06-12 19:47:23 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-06-12 19:47:23 +0000 |
commit | 56dbb23e862565f29bf78d6b4cae777e4fa3fabd (patch) | |
tree | 8f5aaae27a381b476a25c3d7736ac22158ef98fd /tests | |
parent | 849ed197c824efc0c79eace4ebb1b58233ad5307 (diff) | |
download | ATCD-56dbb23e862565f29bf78d6b4cae777e4fa3fabd.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.cpp | 2 |
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; } } |