From: Otto Moerbeek Date: Tue, 20 Jun 2023 12:56:29 +0000 (+0200) Subject: Fix typos in comment X-Git-Tag: rec-5.0.0-alpha1~166^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12928%2Fhead;p=thirdparty%2Fpdns.git Fix typos in comment Co-authored-by: Remi Gacogne --- diff --git a/pdns/recursordist/rec-main.cc b/pdns/recursordist/rec-main.cc index 5d5b7c7c9b..225c72d80a 100644 --- a/pdns/recursordist/rec-main.cc +++ b/pdns/recursordist/rec-main.cc @@ -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();