]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Name housekeeping0 better
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 10 May 2023 11:08:08 +0000 (13:08 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 10 May 2023 11:08:08 +0000 (13:08 +0200)
pdns/recursordist/rec-main.cc

index 0746901882d286babaa6c2ac112d93597df8bbce..cf09ccbb8afa6e3ef2215f26e4354ecc130d57b6 100644 (file)
@@ -2219,7 +2219,7 @@ private:
   const string name;
 };
 
-static void houseKeeping0(Logr::log_t log) // NOLINT(readability-function-cognitive-complexity) #12791 Remove NOLINT(readability-function-cognitive-complexity) omoerbeek
+static void houseKeepingWork(Logr::log_t log) // NOLINT(readability-function-cognitive-complexity) #12791 Remove NOLINT(readability-function-cognitive-complexity) omoerbeek
 {
   struct timeval now
   {
@@ -2413,7 +2413,7 @@ static void houseKeeping(void* /* ignored */)
       return;
     }
     t_running = true;
-    houseKeeping0(log);
+    houseKeepingWork(log);
     t_running = false;
   }
   catch (const PDNSException& ae) {