2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

4723. [bug] Statistics counter DNSTAPdropped was misidentified

as DNSSECdropped. [RT #46002]
This commit is contained in:
Mark Andrews
2017-09-14 23:51:19 +00:00
parent f54a365aeb
commit 3128cd21e3
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
4723. [bug] Statistics counter DNSTAPdropped was misidentified
as DNSSECdropped. [RT #46002]
4722. [cleanup] Clean up uses of strcpy() and strcat() in favor of
strlcpy() and strlcat() for safety. [RT #45981]

View File

@@ -611,7 +611,7 @@ init_desc(void) {
} while (0)
i = 0;
SET_DNSTAPSTATDESC(success, "dnstap messges written", "DNSTAPsuccess");
SET_DNSTAPSTATDESC(drop, "dnstap messages dropped", "DNSSECdropped");
SET_DNSTAPSTATDESC(drop, "dnstap messages dropped", "DNSTAPdropped");
INSIST(i == dns_dnstapcounter_max);
/* Sanity check */