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