summaryrefslogtreecommitdiff
path: root/tests/MT_SOCK_Test.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-20 16:50:59 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-20 16:50:59 +0000
commita1b1ba94f2c833bc09aabe5852a3d0e509e85831 (patch)
treea2cad74e5c64e4c1000df6b8a3dc8d5fe0a391af /tests/MT_SOCK_Test.cpp
parent18cc6212f7ef67d861e695fb16f68de86c953936 (diff)
downloadATCD-a1b1ba94f2c833bc09aabe5852a3d0e509e85831.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/MT_SOCK_Test.cpp')
-rw-r--r--tests/MT_SOCK_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/MT_SOCK_Test.cpp b/tests/MT_SOCK_Test.cpp
index 60d02348d36..5802d3fb04b 100644
--- a/tests/MT_SOCK_Test.cpp
+++ b/tests/MT_SOCK_Test.cpp
@@ -178,8 +178,8 @@ server (void *arg)
ACE_ERROR ((LM_ERROR, "(%P|%t) %p\n", "send_n"));
// Close endpoint.
-// if (new_stream.close () == -1)
-// ACE_ERROR ((LM_ERROR, "(%P|%t) %p\n", "close"));
+ if (new_stream.close () == -1)
+ ACE_ERROR ((LM_ERROR, "(%P|%t) %p\n", "close"));
break;
}