From 0cc67b5a2a67bae3500f3608aaf4d36e9525c0d0 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 11 Mar 1999 20:06:56 +0000 Subject: [PATCH] add DNS_R_UNCHANGED --- 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 db22aec236..0bec753161 100644 --- a/lib/dns/include/dns/result.h +++ b/lib/dns/include/dns/result.h @@ -57,8 +57,9 @@ typedef unsigned int dns_result_t; #define DNS_R_BADBASE64 30 #define DNS_R_PARTIALMATCH 31 #define DNS_R_NEWORIGIN 32 +#define DNS_R_UNCHANGED 33 -#define DNS_R_LASTENTRY 32 /* Last entry on list. */ +#define DNS_R_LASTENTRY 33 /* Last entry on list. */ #define DNS_R_UNEXPECTED 0xFFFFFFFFL diff --git a/lib/dns/result.c b/lib/dns/result.c index a5b57dfdc1..f34397edac 100644 --- a/lib/dns/result.c +++ b/lib/dns/result.c @@ -53,6 +53,7 @@ static char *text_table[DNS_R_LASTENTRY + 1] = { "bad base64 encoding", /* 30 */ "partial match" /* 31 */ "new origin" /* 32 */ + "unchanged" /* 33 */ }; char *