mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-19 00:55:01 -04:00
[v9_10] fix typo in BADCDS
This commit is contained in:
parent
99c4a6ad5c
commit
166d1bf5f5
1 changed files with 1 additions and 3 deletions
|
|
@ -15,8 +15,6 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
#include <config.h>
|
||||
|
|
@ -165,7 +163,7 @@ static const char *text[DNS_R_NRESULTS] = {
|
|||
"bad EUI", /*%< 109 DNS_R_BADEUI */
|
||||
|
||||
"covered by negative trust anchor", /*%< 110 DNS_R_NTACOVERED */
|
||||
"bad CDS", /*%< 111 DNS_R_BADCSD */
|
||||
"bad CDS", /*%< 111 DNS_R_BADCDS */
|
||||
"bad CDNSKEY", /*%< 112 DNS_R_BADCDNSKEY */
|
||||
"malformed OPT option", /*%< 113 DNS_R_OPTERR */
|
||||
"malformed DNSTAP data", /*%< 114 DNS_R_BADDNSTAP */
|
||||
|
|
|
|||
Loading…
Reference in a new issue