From: Otto Moerbeek Date: Tue, 7 Jul 2020 09:27:22 +0000 (+0200) Subject: Fix indentation X-Git-Tag: rec-4.2.4~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9306%2Fhead;p=thirdparty%2Fpdns.git Fix indentation --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index cff8559494..8a7bdea54a 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -2815,18 +2815,16 @@ static void houseKeeping(void *) } s_running=false; } - catch(PDNSException& ae) - { - s_running=false; - g_log<