From: Otto Date: Wed, 22 Dec 2021 09:42:57 +0000 (+0100) Subject: Use _config_template and _config_template_default in the right way so common X-Git-Tag: auth-4.7.0-alpha1~90^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9425e4ca523f39773deac33954a9a628df569c12;p=thirdparty%2Fpdns.git Use _config_template and _config_template_default in the right way so common settings get inherited if possible --- diff --git a/pdns/syncres.cc b/pdns/syncres.cc index 38fdb65536..a92c9c6d0c 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -104,9 +104,11 @@ int SyncRes::s_event_trace_enabled; #define LOG(x) if(d_lm == Log) { g_log <