From: Francis Dupont Date: Sun, 13 Mar 2016 18:03:43 +0000 (+0100) Subject: [4326] Addressed coverity CID 1202723 X-Git-Tag: trac4268a_base~3^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9414ace0e0effc8af50e807db65b0a956e86397e;p=thirdparty%2Fkea.git [4326] Addressed coverity CID 1202723 --- diff --git a/src/lib/util/threads/thread.cc b/src/lib/util/threads/thread.cc index aa15e1d13d..a4501c79f1 100644 --- a/src/lib/util/threads/thread.cc +++ b/src/lib/util/threads/thread.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this @@ -66,7 +66,8 @@ public: // and the creating thread needs to release it. waiting_(2), main_(main), - exception_(false) + exception_(false), + tid_(0) {} // Another of the waiting events is done. If there are no more, delete // impl.