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
commita995684b4fafae2f5959e8e6c0fcab58ec6367b1 (patch)
treea2cad74e5c64e4c1000df6b8a3dc8d5fe0a391af /tests/MT_SOCK_Test.cpp
parent547fb8accc31e65dbe35d7b7b0fdf7ac8393868e (diff)
downloadATCD-a995684b4fafae2f5959e8e6c0fcab58ec6367b1.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;
}