From: bert hubert Date: Tue, 22 Apr 2014 13:28:59 +0000 (+0200) Subject: dnsreplay emitted output even with --quiet, fixed X-Git-Tag: rec-3.6.0-rc1~50^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d1c1c2668c7402f07d6c48cfcf5ce31a90d5600;p=thirdparty%2Fpdns.git dnsreplay emitted output even with --quiet, fixed --- diff --git a/pdns/dnsreplay.cc b/pdns/dnsreplay.cc index 01391aa91a..c2fcf6a128 100644 --- a/pdns/dnsreplay.cc +++ b/pdns/dnsreplay.cc @@ -417,7 +417,8 @@ 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()) { -// cout<<"Received an answer ("<