add DNS_R_ZONECUT

This commit is contained in:
Bob Halley
1999-04-05 20:11:30 +00:00
parent 10e905959e
commit 6e077ae73c
2 changed files with 3 additions and 1 deletions

View File

@@ -68,8 +68,9 @@ typedef unsigned int dns_result_t;
#define DNS_R_NXDOMAIN 41
#define DNS_R_NXRDATASET 42
#define DNS_R_BADDB 43
#define DNS_R_ZONECUT 44
#define DNS_R_LASTENTRY 43 /* Last entry on list. */
#define DNS_R_LASTENTRY 44 /* Last entry on list. */
#define DNS_R_UNEXPECTED 0xFFFFFFFFL

View File

@@ -64,6 +64,7 @@ static char *text_table[DNS_R_LASTENTRY + 1] = {
"nxdomain", /* 41 */
"nxrdataset", /* 42 */
"bad database", /* 43 */
"zonecut", /* 44 */
};
char *