summaryrefslogtreecommitdiff
path: root/tests/MT_SOCK_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-01-04 19:04:15 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-01-04 19:04:15 +0000
commitccec8e266ec9168ded246af4a16d13637988f75e (patch)
tree3b0072885407abd47aa873a6f777b882a0804a4f /tests/MT_SOCK_Test.cpp
parent953bbd98682ed4a7e7dc70724a7159bb7f1b9d9d (diff)
downloadATCD-ccec8e266ec9168ded246af4a16d13637988f75e.tar.gz
.
Diffstat (limited to 'tests/MT_SOCK_Test.cpp')
-rw-r--r--tests/MT_SOCK_Test.cpp2
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,