diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-19 13:43:37 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-19 13:43:37 +0000 |
commit | 660b0ce1946e29d1173845c8ce83c95db28c5a58 (patch) | |
tree | 1d6d38e3f3953fe1f0be5e3405e56cab73ce67ba /tests/SOCK_Test.cpp | |
parent | 4fc063116b1eeaaa0b6afd20bf085b88e8626f45 (diff) | |
download | ATCD-660b0ce1946e29d1173845c8ce83c95db28c5a58.tar.gz |
*** empty log message ***
Diffstat (limited to 'tests/SOCK_Test.cpp')
-rw-r--r-- | tests/SOCK_Test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/SOCK_Test.cpp b/tests/SOCK_Test.cpp index 80dc6739726..1d42ac6d805 100644 --- a/tests/SOCK_Test.cpp +++ b/tests/SOCK_Test.cpp @@ -231,6 +231,8 @@ spawn (void) #else ACE_ERROR ((LM_ERROR, "(%P|%t) only one thread may be run in a process on this platform\n%a", 1)); #endif /* ACE_HAS_THREADS */ + + peer_acceptor.close (); } } |