From c6b30b4f2a8b0bf2698621de1b5a12e387e7e8da Mon Sep 17 00:00:00 2001 From: bert hubert Date: Wed, 23 Apr 2014 07:50:03 +0200 Subject: [PATCH] fix botched fix for s_quiet --- pdns/dnsreplay.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ("<