2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Added DNS_R_NOTVERIFIEDYET

This commit is contained in:
Brian Wellington
1999-11-01 22:54:26 +00:00
parent 176323fd5e
commit 73af6575e0
2 changed files with 3 additions and 1 deletions

View File

@@ -101,8 +101,9 @@ typedef isc_result_t dns_result_t; /* XXXRTH for legacy use only */
#define DNS_R_NCACHENXDOMAIN (ISC_RESULTCLASS_DNS + 51)
#define DNS_R_NCACHENXRRSET (ISC_RESULTCLASS_DNS + 52)
#define DNS_R_WAIT (ISC_RESULTCLASS_DNS + 53)
#define DNS_R_NOTVERIFIEDYET (ISC_RESULTCLASS_DNS + 54)
#define DNS_R_NRESULTS 54 /* Number of results */
#define DNS_R_NRESULTS 55 /* Number of results */
/*
* DNS wire format rcodes

View File

@@ -81,6 +81,7 @@ static char *text[DNS_R_NRESULTS] = {
"ncache nxdomain", /* 51 */
"ncache nxrrset", /* 52 */
"wait", /* 53 */
"not verified yet", /* 54 */
};
static char *rcode_text[DNS_R_NRCODERESULTS] = {