From: Mark Andrews Date: Tue, 28 Oct 2014 05:10:49 +0000 (+1100) Subject: missing comma X-Git-Tag: v9.11.0a1~1312 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=bad93fb90cc5f14e200f23ff67cce3127f45b705;p=thirdparty%2Fbind9.git missing comma --- diff --git a/lib/dns/result.c b/lib/dns/result.c index c4094631a69..2fa692b3b9a 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 */ };