]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2205] initialize member signal_count
authorJelte Jansen <jelte@isc.org>
Thu, 18 Oct 2012 12:16:22 +0000 (14:16 +0200)
committerJelte Jansen <jelte@isc.org>
Thu, 18 Oct 2012 12:16:22 +0000 (14:16 +0200)
src/bin/auth/tests/test_datasrc_clients_mgr.h

index 99dc53efb5b7c01c66b43a38753572cd46649a5a..7512e83715d219a8eb70d9e9f02054e0031947e1 100644 (file)
@@ -76,6 +76,7 @@ public:
     TestCondVar(std::list<Command>& command_queue,
                 std::list<Command>& delayed_command_queue) :
         wait_count(0),
+        signal_count(0),
         command_queue_(&command_queue),
         delayed_command_queue_(&delayed_command_queue)
     {