From: bert hubert Date: Wed, 23 Apr 2014 05:50:03 +0000 (+0200) Subject: fix botched fix for s_quiet X-Git-Tag: rec-3.6.0-rc1~43^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46ef19ae4b9287e404cb32b4048f4859614d4e7d;p=thirdparty%2Fpdns.git fix botched fix for s_quiet --- diff --git a/pdns/dnsreplay.cc b/pdns/dnsreplay.cc index c2fcf6a128..4a358a4b78 100644 --- a/pdns/dnsreplay.cc +++ b/pdns/dnsreplay.cc @@ -417,7 +417,7 @@ try qids_by_id_index_t& idindex=qids.get(); 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 ("<