added DNS_R_NOIDENTITY

This commit is contained in:
Brian Wellington 1999-11-02 19:57:13 +00:00
parent 8ba45599d6
commit 322b0fb39d
2 changed files with 3 additions and 1 deletions

View file

@ -102,8 +102,9 @@ typedef isc_result_t dns_result_t; /* XXXRTH for legacy use only */
#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_NOIDENTITY (ISC_RESULTCLASS_DNS + 55)
#define DNS_R_NRESULTS 55 /* Number of results */
#define DNS_R_NRESULTS 56 /* Number of results */
/*
* DNS wire format rcodes

View file

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