From f53e43c37f2c978ccec0b49ed829426b213f9933 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 21 Jan 2000 02:48:42 +0000 Subject: [PATCH] add DNS_R_ALIAS --- 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 2e0aa36674..c15764ed4c 100644 --- a/lib/dns/include/dns/result.h +++ b/lib/dns/include/dns/result.h @@ -102,8 +102,9 @@ ISC_LANG_BEGINDECLS #define DNS_R_NOTVERIFIEDYET (ISC_RESULTCLASS_DNS + 54) #define DNS_R_NOIDENTITY (ISC_RESULTCLASS_DNS + 55) #define DNS_R_NOJOURNAL (ISC_RESULTCLASS_DNS + 56) +#define DNS_R_ALIAS (ISC_RESULTCLASS_DNS + 57) -#define DNS_R_NRESULTS 57 /* Number of results */ +#define DNS_R_NRESULTS 58 /* Number of results */ /* * DNS wire format rcodes diff --git a/lib/dns/result.c b/lib/dns/result.c index 0dfcbd6db4..31e2ea64c4 100644 --- a/lib/dns/result.c +++ b/lib/dns/result.c @@ -84,6 +84,7 @@ static char *text[DNS_R_NRESULTS] = { "not verified yet", /* 54 */ "no identity", /* 55 */ "no journal", /* 56 */ + "alias", /* 57 */ }; static char *rcode_text[DNS_R_NRCODERESULTS] = {