2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

add DNS_R_MOREDATA for msg library

This commit is contained in:
Michael Graff
1999-03-30 03:45:11 +00:00
parent b1ddf33030
commit 952c9d12d0
2 changed files with 3 additions and 1 deletions

View File

@@ -59,8 +59,9 @@ typedef unsigned int dns_result_t;
#define DNS_R_NEWORIGIN 32
#define DNS_R_UNCHANGED 33
#define DNS_R_BADTTL 34
#define DNS_R_NOREDATA 35
#define DNS_R_LASTENTRY 34 /* Last entry on list. */
#define DNS_R_LASTENTRY 35 /* Last entry on list. */
#define DNS_R_UNEXPECTED 0xFFFFFFFFL

View File

@@ -55,6 +55,7 @@ static char *text_table[DNS_R_LASTENTRY + 1] = {
"new origin", /* 32 */
"unchanged", /* 33 */
"bad ttl", /* 34 */
"more data needed/to be rendered", /* 35 */
};
char *