From a35240f84b55dff4b5962a68005b9a433809bfda Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 7 Jul 2020 11:27:22 +0200 Subject: [PATCH] Fix indentation --- pdns/pdns_recursor.cc | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) 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<