diff options
| author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-10 06:43:04 +0000 |
|---|---|---|
| committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-10 06:43:04 +0000 |
| commit | fb233bfe49da722b4010511286b29fa7e922f02c (patch) | |
| tree | aade85d44ed0359a0c447388db5d9b76ba436d5c /tests/SOCK_Test.cpp | |
| parent | 9b05233797268c2e2f6ec40149dbe274d4543a20 (diff) | |
| download | ATCD-fb233bfe49da722b4010511286b29fa7e922f02c.tar.gz | |
*** empty log message ***
Diffstat (limited to 'tests/SOCK_Test.cpp')
| -rw-r--r-- | tests/SOCK_Test.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/SOCK_Test.cpp b/tests/SOCK_Test.cpp index bf1bcf1a4dc..80dc6739726 100644 --- a/tests/SOCK_Test.cpp +++ b/tests/SOCK_Test.cpp @@ -208,9 +208,11 @@ spawn (void) { case -1: ACE_ERROR ((LM_ERROR, "(%P|%t) %p\n%a", "fork failed")); - exit (-1); + /* NOTREACHED */ case 0: client (&server_addr); + exit (0); + /* NOTREACHED */ default: server ((void *) &peer_acceptor); ACE_OS::wait (); |
