]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix typos in comment 12928/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 20 Jun 2023 12:56:29 +0000 (14:56 +0200)
committerGitHub <noreply@github.com>
Tue, 20 Jun 2023 12:56:29 +0000 (14:56 +0200)
Co-authored-by: Remi Gacogne <github@coredump.fr>
pdns/recursordist/rec-main.cc

index 5d5b7c7c9b181bc6270a1dad471176bdad3060cc..225c72d80a0d3bce47774e5c16346c32bd5c164e 100644 (file)
@@ -814,9 +814,9 @@ static void daemonize(Logr::log_t log)
       int err = errno;
       SLOG(g_log << Logger::Critical << "Fork failed: " << stringerror(err) << endl,
            log->error(Logr::Critical, err, "Fork failed"));
-      exit(1); // NOLINT(concurrency-mt-unsafe
+      exit(1); // NOLINT(concurrency-mt-unsafe)
     }
-    exit(0); // NOLINT(concurrency-mt-unsafe
+    exit(0); // NOLINT(concurrency-mt-unsafe)
   }
 
   setsid();