2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Allocate DNS_R_FORMERR

This commit is contained in:
Michael Graff
1999-04-29 08:19:33 +00:00
parent e223094b22
commit f92381fe0f
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -65,6 +65,7 @@ static char *text_table[DNS_R_LASTENTRY + 1] = {
"nxrdataset", /* 42 */
"bad database", /* 43 */
"zonecut", /* 44 */
"format error in packet", /* 45 */
};
char *