From 2cbedda69ebf79f67876a79c0caeac17f999ee2a Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Mon, 25 Oct 1999 21:17:54 +0000 Subject: [PATCH] get rid of NXGLUE --- lib/dns/include/dns/result.h | 4 +++- lib/dns/result.c | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/dns/include/dns/result.h b/lib/dns/include/dns/result.h index df767903b8..82e321ab19 100644 --- a/lib/dns/include/dns/result.h +++ b/lib/dns/include/dns/result.h @@ -94,7 +94,9 @@ typedef isc_result_t dns_result_t; /* XXXRTH for legacy use only */ #define DNS_R_INVALIDTIME (ISC_RESULTCLASS_DNS + 44) #define DNS_R_EXPECTEDTSIG (ISC_RESULTCLASS_DNS + 45) #define DNS_R_UNEXPECTEDTSIG (ISC_RESULTCLASS_DNS + 46) -#define DNS_R_NXGLUE (ISC_RESULTCLASS_DNS + 47) +/* + * Result code +47 is available. + */ #define DNS_R_HINT (ISC_RESULTCLASS_DNS + 48) #define DNS_R_DROP (ISC_RESULTCLASS_DNS + 49) #define DNS_R_NOTLOADED (ISC_RESULTCLASS_DNS + 50) diff --git a/lib/dns/result.c b/lib/dns/result.c index c81292964f..afbc1f1c5d 100644 --- a/lib/dns/result.c +++ b/lib/dns/result.c @@ -74,7 +74,7 @@ static char *text[DNS_R_NRESULTS] = { "invalid time", /* 44 */ "expected a TSIG", /* 45 */ "did not expect a TSIG", /* 46 */ - "glue does not exist", /* 47 */ + "", /* 47 */ "hint", /* 48 */ "drop", /* 49 */ "zone not loaded", /* 50 */