]> git.ipfire.org Git - thirdparty/pdns.git/commit
Zero out qtype response numbers in our statistics 7348/head
authorbert hubert <bert.hubert@powerdns.com>
Tue, 8 Jan 2019 13:17:40 +0000 (14:17 +0100)
committerbert hubert <bert.hubert@powerdns.com>
Tue, 8 Jan 2019 13:17:40 +0000 (14:17 +0100)
commit8fdfa2c5f665a9ccfc25ee63189d464d78b4a266
tree544c616189fb528fd6dda081dc99b505a88998ae
parentf8a3f5deaa5f5fd96929c22fde8eecba4b86f429
Zero out qtype response numbers in our statistics
Although you might think otherwise, and I frequently do, atomic counters do not get zero-initialized.
With this PR, we do this by hand. This makes valgrind usable again on auth.
pdns/responsestats.cc