4723. [bug] Statistics counter DNSTAPdropped was misidentified
as DNSSECdropped. [RT #46002]
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user