2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

add DNS_R_UNCHANGED

This commit is contained in:
Bob Halley 1999-03-11 20:06:56 +00:00
parent 20c5672ca6
commit 0cc67b5a2a
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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 *