]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Explicitly initialize RecursorControlChannel::stop 8521/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 13 Nov 2019 13:55:14 +0000 (14:55 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 13 Nov 2019 13:55:14 +0000 (14:55 +0100)
pdns/rec_channel.cc

index 65afbe092d8a61b49e61f64044213268baf1ec8c..303b40cbfa2f4b25a74f38ff9640c9ed724d1a12 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "namespaces.hh"
 
-volatile sig_atomic_t RecursorControlChannel::stop;
+volatile sig_atomic_t RecursorControlChannel::stop = 0;
 
 RecursorControlChannel::RecursorControlChannel()
 {