summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-03-06 15:44:27 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-03-06 15:44:27 +0000
commit42f90da4732b95b65e10429c7557cb4d0695699b (patch)
tree28995e52f5984e899a4786e657f90e302c8c974e /tests
parent893926db46938004bf8786e47d63ad26e4a5d5d7 (diff)
downloadATCD-42f90da4732b95b65e10429c7557cb4d0695699b.tar.gz
ChangeLogTag: Mon Mar 06 15:32:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'tests')
-rw-r--r--tests/Thread_Pool_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Thread_Pool_Test.cpp b/tests/Thread_Pool_Test.cpp
index a201efaf3ee..f6a649aa8ab 100644
--- a/tests/Thread_Pool_Test.cpp
+++ b/tests/Thread_Pool_Test.cpp
@@ -123,7 +123,7 @@ Thread_Pool::svc (void)
for (int count = 1; ; count++)
{
- ACE_Message_Block *mb;
+ ACE_Message_Block *mb = 0;
int result = this->getq (mb);