]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Merge pull request #6001 from zeha/secpoll-servfail
authorPieter Lexis <pieterlexis@users.noreply.github.com>
Tue, 28 Nov 2017 12:33:03 +0000 (13:33 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Nov 2017 12:33:03 +0000 (13:33 +0100)
recursor secpoll: improve message on timeout

pdns/pdns_recursor.cc

index fed8b01a33841ea56951af4c6db2836947db8025..e9b9268679cd896f5bfb1ad3da2820cef6b71896 100644 (file)
@@ -2166,6 +2166,10 @@ static void houseKeeping(void *)
         {
           L<<Logger::Error<<"Exception while performing security poll: "<<e.reason<<endl;
         }
+        catch(ImmediateServFailException &e)
+        {
+          L<<Logger::Error<<"Exception while performing security poll: "<<e.reason<<endl;
+        }
         catch(...)
         {
           L<<Logger::Error<<"Exception while performing security poll"<<endl;