diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-19 09:22:36 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-19 09:22:36 +0000 |
commit | 8dc8d85108388646a6edecc26887c0edc114f83c (patch) | |
tree | 3fda0a68ef82af3bdc52f6498c7dc9505df427e8 /tests/MT_SOCK_Test.cpp | |
parent | c4c169a46e672e8c19197add1a75d9cc4f655223 (diff) | |
download | ATCD-8dc8d85108388646a6edecc26887c0edc114f83c.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/MT_SOCK_Test.cpp')
-rw-r--r-- | tests/MT_SOCK_Test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/MT_SOCK_Test.cpp b/tests/MT_SOCK_Test.cpp index 2df86fc8318..60d02348d36 100644 --- a/tests/MT_SOCK_Test.cpp +++ b/tests/MT_SOCK_Test.cpp @@ -268,6 +268,8 @@ spawn (void) "(%P|%t) only one thread may be run in a process on this platform\n%a", 1)); #endif /* ACE_HAS_THREADS */ + + peer_acceptor.close (); } } |