From 0aa2561ad9edfa9860f1daef882268882d42b61b Mon Sep 17 00:00:00 2001 From: bert hubert Date: Mon, 14 Dec 2015 20:21:42 +0100 Subject: [PATCH] remove some stray debugging from loading rpz from file --- pdns/rec-lua-conf.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/pdns/rec-lua-conf.cc b/pdns/rec-lua-conf.cc index f4b23fb0b1..f66d0ed31a 100644 --- a/pdns/rec-lua-conf.cc +++ b/pdns/rec-lua-conf.cc @@ -90,11 +90,9 @@ void loadRecursorLuaConfig(const std::string& fname) if(options) { auto& have = *options; if(have.count("defpol")) { - cout<<"Set a default policy"<d_kind = (DNSFilterEngine::PolicyKind)boost::get(constGet(have, "defpol")); if(defpol->d_kind == DNSFilterEngine::PolicyKind::Custom) { - cout<<"Setting a custom field even!"<d_custom= shared_ptr( DNSRecordContent::mastermake(QType::CNAME, 1, -- 2.47.2