From 322b0fb39dd1538c9f5021cd2f54d4c12684ecdb Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Tue, 2 Nov 1999 19:57:13 +0000 Subject: [PATCH] added DNS_R_NOIDENTITY --- lib/dns/include/dns/result.h | 3 ++- lib/dns/result.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/dns/include/dns/result.h b/lib/dns/include/dns/result.h index 6237675575..1549e3d926 100644 --- a/lib/dns/include/dns/result.h +++ b/lib/dns/include/dns/result.h @@ -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 diff --git a/lib/dns/result.c b/lib/dns/result.c index 58b004fe6f..2f5648bb10 100644 --- a/lib/dns/result.c +++ b/lib/dns/result.c @@ -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] = {