diff --git a/lib/dns/result.c b/lib/dns/result.c index c4094631a6..2fa692b3b9 100644 --- a/lib/dns/result.c +++ b/lib/dns/result.c @@ -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 */ };