Memory stats for DNSSEC.

This commit is contained in:
Simon Kelley
2014-01-08 18:04:20 +00:00
parent 98c098bfc7
commit c2207688c0
3 changed files with 23 additions and 5 deletions

View File

@@ -1184,6 +1184,9 @@ void dump_cache(time_t now)
#ifdef HAVE_AUTH
my_syslog(LOG_INFO, _("queries for authoritative zones %u"), daemon->auth_answer);
#endif
#ifdef HAVE_DNSSEC
blockdata_report();
#endif
/* sum counts from different records for same server */
for (serv = daemon->servers; serv; serv = serv->next)