From 4b6d1ba487cdeeb17b6252fe36f61fad8c40985d Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Fri, 7 Feb 2014 13:59:20 +0100 Subject: [PATCH] Recursor: fix reloading forward-zones-recurse f-z-r was previously not affected by reload-zones, but really should be. --- pdns/reczones.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pdns/reczones.cc b/pdns/reczones.cc index 2b28eea330..40e41ad459 100644 --- a/pdns/reczones.cc +++ b/pdns/reczones.cc @@ -255,6 +255,7 @@ string reloadAuthAndForwards() if(!::arg().preParseFile(configname.c_str(), "forward-zones")) L<