]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix typo spotted by Otto
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 15 Dec 2021 09:53:28 +0000 (10:53 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 15 Dec 2021 09:53:28 +0000 (10:53 +0100)
pdns/dnsdist-idstate.hh

index a987cb45ae40b6f6c71df2a8b209fb6c0908549f..fd0b6a667e21349f581dcc37e02874eb62ab92a8 100644 (file)
@@ -241,7 +241,7 @@ struct IDState
   std::unique_ptr<QTag> qTag{nullptr}; // 8
   boost::optional<uint32_t> 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<int64_t> usageIndicator{unusedIndicator}; // set to unusedIndicator to indicate this state is empty   // 8
   std::atomic<uint32_t> generation{0}; // increased every time a state is used, to be able to detect an ABA issue    // 4
   uint32_t cacheKey{0}; // 4