diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-01-04 19:04:15 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-01-04 19:04:15 +0000 |
commit | ccec8e266ec9168ded246af4a16d13637988f75e (patch) | |
tree | 3b0072885407abd47aa873a6f777b882a0804a4f /tests/MT_SOCK_Test.cpp | |
parent | 953bbd98682ed4a7e7dc70724a7159bb7f1b9d9d (diff) | |
download | ATCD-ccec8e266ec9168ded246af4a16d13637988f75e.tar.gz |
.
Diffstat (limited to 'tests/MT_SOCK_Test.cpp')
-rw-r--r-- | tests/MT_SOCK_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/MT_SOCK_Test.cpp b/tests/MT_SOCK_Test.cpp index 59da1beafce..47cf291686e 100644 --- a/tests/MT_SOCK_Test.cpp +++ b/tests/MT_SOCK_Test.cpp @@ -272,7 +272,7 @@ spawn (void) #if !defined (ACE_LACKS_FORK) for (size_t i = 0; i < ACE_MAX_CLIENTS; i++) { - switch (ACE_OS::fork ("child")) + switch (ACE_OS::fork (ASYS_TEXT ("child"))) { case -1: ACE_ERROR ((LM_ERROR, |