]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
fix botched fix for s_quiet
authorbert hubert <bert.hubert@netherlabs.nl>
Wed, 23 Apr 2014 05:50:03 +0000 (07:50 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Wed, 23 Apr 2014 05:55:00 +0000 (07:55 +0200)
pdns/dnsreplay.cc

index c2fcf6a128a4e8059f8185248efeec6490593d84..4a358a4b78bab37e96d6b7e02f14b7518d5e04fe 100644 (file)
@@ -417,7 +417,7 @@ try
       qids_by_id_index_t& idindex=qids.get<AssignedIDTag>();
       qids_by_id_index_t::const_iterator found=idindex.find(ntohs(mdp.d_header.id));
       if(found == idindex.end()) {
-        if(!s_quiet)      
+        if(!g_quiet)      
           cout<<"Received an answer ("<<mdp.d_qname<<") from reference nameserver with id "<<mdp.d_header.id<<" which we can't match to a question!"<<endl;
         s_weunmatched++;
         continue;