From 8d1c1c2668c7402f07d6c48cfcf5ce31a90d5600 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Tue, 22 Apr 2014 15:28:59 +0200 Subject: [PATCH] dnsreplay emitted output even with --quiet, fixed --- pdns/dnsreplay.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ("<