diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-06 13:41:38 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-06 13:41:38 +0000 |
commit | 82044277206835793f7e67b04eab0e47004b96a7 (patch) | |
tree | 0e686d799f8bfc11996ce48167cff029661add9f /tests | |
parent | 25cc2c0c1ce1eda61917c5785137dfc2d515080b (diff) | |
download | ATCD-82044277206835793f7e67b04eab0e47004b96a7.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Conn_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Conn_Test.cpp b/tests/Conn_Test.cpp index 3081db9d573..698142338cf 100644 --- a/tests/Conn_Test.cpp +++ b/tests/Conn_Test.cpp @@ -220,7 +220,7 @@ int ACE_Hash_Addr<ACE_INET_Addr, Svc_Handler>::compare_i (const ACE_INET_Addr &a1, const ACE_INET_Addr &a2) const { - return a1 == a2; + return a1 != a2; } // **************************************** |