mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 10:10:06 +00:00
Previously, when the new header was NOT added into the cache, we would increment and then decrement stat counters immediately. Delay incrementing the stat counters until after the newheader has been actually added into the database. A little cleanup to accomodate the fact that qpdb->rrsetstats is always available was also done here.