From: Remi Gacogne Date: Wed, 15 Dec 2021 09:53:28 +0000 (+0100) Subject: dnsdist: Fix typo spotted by Otto X-Git-Tag: auth-4.7.0-alpha1~122^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fa2cd69bfd3a4edfa54e84795962c74e31794b6;p=thirdparty%2Fpdns.git dnsdist: Fix typo spotted by Otto --- diff --git a/pdns/dnsdist-idstate.hh b/pdns/dnsdist-idstate.hh index a987cb45ae..fd0b6a667e 100644 --- a/pdns/dnsdist-idstate.hh +++ b/pdns/dnsdist-idstate.hh @@ -241,7 +241,7 @@ struct IDState std::unique_ptr qTag{nullptr}; // 8 boost::optional tempFailureTTL; // 8 const ClientState* cs{nullptr}; // 8 - DOHUnit* du{nullptr}; // 8 (not a unique_ptr because we currently need to be able to peek at it without knowing taking ownership until later) + DOHUnit* du{nullptr}; // 8 (not a unique_ptr because we currently need to be able to peek at it without taking ownership until later) std::atomic usageIndicator{unusedIndicator}; // set to unusedIndicator to indicate this state is empty // 8 std::atomic generation{0}; // increased every time a state is used, to be able to detect an ABA issue // 4 uint32_t cacheKey{0}; // 4