mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 01:49:02 -04:00
missing comma
This commit is contained in:
parent
eaaf00efc0
commit
bad93fb90c
1 changed files with 2 additions and 1 deletions
|
|
@ -162,7 +162,8 @@ static const char *text[DNS_R_NRESULTS] = {
|
|||
"broken trust chain", /*%< 106 DNS_R_BROKENCHAIN */
|
||||
"expired", /*%< 107 DNS_R_EXPIRED */
|
||||
"not dynamic", /*%< 108 DNS_R_NOTDYNAMIC */
|
||||
"bad EUI" /*%< 109 DNS_R_BADEUI */
|
||||
"bad EUI", /*%< 109 DNS_R_BADEUI */
|
||||
|
||||
"covered by negative trust anchor" /*%< 110 DNS_R_NTACOVERED */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue