summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Thread_Pool_Reactor_Resume_Test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Thread_Pool_Reactor_Resume_Test.cpp b/tests/Thread_Pool_Reactor_Resume_Test.cpp
index 27cfc54c34a..d34a3e8a20c 100644
--- a/tests/Thread_Pool_Reactor_Resume_Test.cpp
+++ b/tests/Thread_Pool_Reactor_Resume_Test.cpp
@@ -120,7 +120,8 @@ parse_arg (int argc, ACE_TCHAR *argv[])
Request_Handler::Request_Handler (ACE_Thread_Manager *thr_mgr)
: ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_MT_SYNCH> (thr_mgr),
nr_msgs_rcvd_(0),
- ref_count_ (1)
+ ref_count_ (1),
+ refcount_lock_ (0)
{
// Make sure we use TP_Reactor with this class (that's the whole
// point, right?)