From: | bconry@isc.org |
Date: | Thu, 14 Sep 2017 14:41:33 +0000 |
To: | bind9-public@isc.org |
Subject: | copy/paste error in stat description |
tschannel.c
index 67a4518..7a31f44 100644
--- a/bin/named/statschannel.c
+++ b/bin/named/statschannel.c
@@ -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 */