]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Initialize d_disavow
authorAki Tuomi <cmouse@desteem.org>
Tue, 29 Sep 2015 18:44:38 +0000 (21:44 +0300)
committerAki Tuomi <cmouse@desteem.org>
Sat, 3 Oct 2015 21:52:45 +0000 (00:52 +0300)
Fix cid#1030065

modules/pipebackend/pipebackend.cc

index deb55cc4ab2cbae2a02a69912ac20b6e5d13791e..e08a4592bd1b41ec009eb8b926774b560d1019f3 100644 (file)
@@ -92,6 +92,7 @@ void CoWrapper::receive(string &line)
 
 PipeBackend::PipeBackend(const string &suffix)
 {
+   d_disavow=false;
    signal(SIGCHLD, SIG_IGN);
    setArgPrefix("pipe"+suffix);
    try {