summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-02-14 21:38:09 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-02-14 21:38:09 +0000
commit5b794ef61f121a0064fa48276875cdf69666a601 (patch)
treeba5741e6df93bfe68652eef4e21a46121fc37aab /tests
parent2e223ec826333dcedd350bd3df4f7a7e1e9161f2 (diff)
downloadATCD-5b794ef61f121a0064fa48276875cdf69666a601.tar.gz
Started to introduce the work done by the ACE Configuration
Project into the official ACE distribution.
Diffstat (limited to 'tests')
-rw-r--r--tests/Conn_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Conn_Test.cpp b/tests/Conn_Test.cpp
index 7ad18826aab..0757f8294eb 100644
--- a/tests/Conn_Test.cpp
+++ b/tests/Conn_Test.cpp
@@ -489,7 +489,7 @@ static int
spawn_processes (ACCEPTOR *acceptor,
ACE_INET_Addr *server_addr)
{
- pid_t *children_ptr;
+ pid_t *children_ptr = 0;
ACE_NEW_RETURN (children_ptr,
pid_t[n_servers],
-1);