From: Christian Hofstaedtler Date: Fri, 7 Feb 2014 12:59:20 +0000 (+0100) Subject: Recursor: fix reloading forward-zones-recurse X-Git-Tag: rec-3.6.0-rc1~189^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b6d1ba487cdeeb17b6252fe36f61fad8c40985d;p=pdns Recursor: fix reloading forward-zones-recurse f-z-r was previously not affected by reload-zones, but really should be. --- diff --git a/pdns/reczones.cc b/pdns/reczones.cc index 2b28eea33..40e41ad45 100644 --- a/pdns/reczones.cc +++ b/pdns/reczones.cc @@ -255,6 +255,7 @@ string reloadAuthAndForwards() if(!::arg().preParseFile(configname.c_str(), "forward-zones")) L<