X-RT-Interface: Web Content-Transfer-Encoding: binary X-Mailer: MIME-tools 5.508 (Entity 5.508) From: bconry@isc.org Content-Type: text/plain; charset="utf-8" Date: Thu, 14 Sep 2017 14:41:33 +0000 Content-Disposition: inline Message-ID: MIME-Version: 1.0 To: bind9-public@isc.org Subject: copy/paste error in stat description X-RT-Original-Encoding: utf-8 Content-Length: 486 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 */