mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
get rid of NXGLUE
This commit is contained in:
@@ -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)
|
||||
|
@@ -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 */
|
||||
"<available code 47>", /* 47 */
|
||||
"hint", /* 48 */
|
||||
"drop", /* 49 */
|
||||
"zone not loaded", /* 50 */
|
||||
|
Reference in New Issue
Block a user