mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch 'wpk-fix-compilation-error-statschannel' into 'master'
statschannel.c: declare dnssecsignstat_dump only if it's used (LIBXML2 or LIBJSON is available) See merge request isc-projects/bind9!2143
This commit is contained in:
commit
3cf11418b5
1 changed files with 2 additions and 0 deletions
|
|
@ -1453,6 +1453,7 @@ rcodestat_dump(dns_rcode_t code, uint64_t val, void *arg) {
|
|||
#endif
|
||||
}
|
||||
|
||||
#if defined(EXTENDED_STATS)
|
||||
static void
|
||||
dnssecsignstat_dump(dns_keytag_t tag, uint64_t val, void *arg) {
|
||||
FILE *fp;
|
||||
|
|
@ -1506,6 +1507,7 @@ dnssecsignstat_dump(dns_keytag_t tag, uint64_t val, void *arg) {
|
|||
return;
|
||||
#endif
|
||||
}
|
||||
#endif /* defined(EXTENDED_STATS) */
|
||||
|
||||
#ifdef HAVE_LIBXML2
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue