From 2a8657950964ef6dba2fdcdf41f4d3cca4b37b60 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 13 Nov 2019 14:55:14 +0100 Subject: [PATCH] Explicitly initialize RecursorControlChannel::stop --- pdns/rec_channel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.47.2