diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-03-06 15:44:27 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-03-06 15:44:27 +0000 |
commit | 77c8c5a5d261d77f44573f26005afae9ec23beb7 (patch) | |
tree | 28995e52f5984e899a4786e657f90e302c8c974e /tests/Thread_Pool_Test.cpp | |
parent | 569a3c366020a245936298a47d66f8de168a9c84 (diff) | |
download | ATCD-77c8c5a5d261d77f44573f26005afae9ec23beb7.tar.gz |
ChangeLogTag: Mon Mar 06 15:32:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'tests/Thread_Pool_Test.cpp')
-rw-r--r-- | tests/Thread_Pool_Test.cpp | 2 |
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); |