From: Otto Moerbeek Date: Wed, 13 Nov 2019 13:55:14 +0000 (+0100) Subject: Explicitly initialize RecursorControlChannel::stop X-Git-Tag: dnsdist-1.4.0~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8521%2Fhead;p=thirdparty%2Fpdns.git Explicitly initialize RecursorControlChannel::stop --- diff --git a/pdns/rec_channel.cc b/pdns/rec_channel.cc index 65afbe092d..303b40cbfa 100644 --- a/pdns/rec_channel.cc +++ b/pdns/rec_channel.cc @@ -17,7 +17,7 @@ #include "namespaces.hh" -volatile sig_atomic_t RecursorControlChannel::stop; +volatile sig_atomic_t RecursorControlChannel::stop = 0; RecursorControlChannel::RecursorControlChannel() {