2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Added DNS_R_NOTINSECURE

This commit is contained in:
Brian Wellington 2000-05-18 01:42:40 +00:00
parent 0fd13c7aca
commit 2ee24549b3
2 changed files with 4 additions and 2 deletions

View File

@ -95,8 +95,9 @@
#define DNS_R_USETCP (ISC_RESULTCLASS_DNS + 58)
#define DNS_R_NOVALIDSIG (ISC_RESULTCLASS_DNS + 59)
#define DNS_R_NOVALIDNXT (ISC_RESULTCLASS_DNS + 60)
#define DNS_R_NOTINSECURE (ISC_RESULTCLASS_DNS + 61)
#define DNS_R_NRESULTS 61 /* Number of results */
#define DNS_R_NRESULTS 62 /* Number of results */
/*
* DNS wire format rcodes

View File

@ -84,7 +84,8 @@ static char *text[DNS_R_NRESULTS] = {
"alias", /* 57 */
"use TCP", /* 58 */
"no valid SIG", /* 59 */
"no valid NXT" /* 60 */
"no valid NXT", /* 60 */
"not insecure" /* 61 */
};
static char *rcode_text[DNS_R_NRCODERESULTS] = {