From: Otto Moerbeek Date: Mon, 19 Dec 2022 09:55:57 +0000 (+0100) Subject: Update pdns/recursordist/testrunner.cc X-Git-Tag: dnsdist-1.8.0-rc1~154^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12337%2Fhead;p=thirdparty%2Fpdns.git Update pdns/recursordist/testrunner.cc Co-authored-by: Remi Gacogne --- diff --git a/pdns/recursordist/testrunner.cc b/pdns/recursordist/testrunner.cc index b0c3e2613d..fb4b0ec396 100644 --- a/pdns/recursordist/testrunner.cc +++ b/pdns/recursordist/testrunner.cc @@ -80,7 +80,7 @@ static bool init_unit_test() { ::arg().set("rng") = "auto"; ::arg().set("entropy-source") = "/dev/urandom"; - // Force init while w're still unthreaded + // Force init while we are still unthreaded dns_random_uint16(); g_slog = Logging::Logger::create(loggerBackend); reportAllTypes();