diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-02-14 21:38:09 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-02-14 21:38:09 +0000 |
commit | 5b794ef61f121a0064fa48276875cdf69666a601 (patch) | |
tree | ba5741e6df93bfe68652eef4e21a46121fc37aab /tests | |
parent | 2e223ec826333dcedd350bd3df4f7a7e1e9161f2 (diff) | |
download | ATCD-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.cpp | 2 |
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); |