2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-23 18:49:54 +00:00

add DNS_R_DISALLOWED

This commit is contained in:
Bob Halley 1999-01-06 20:04:08 +00:00
parent 2328307a8f
commit 10c49cf1b5
2 changed files with 3 additions and 1 deletions

View File

@ -35,8 +35,9 @@ typedef unsigned int dns_result_t;
#define DNS_R_BADLABELTYPE 12
#define DNS_R_BADPOINTER 13
#define DNS_R_TOOMANYHOPS 14
#define DNS_R_DISALLOWED 15
#define DNS_R_LASTENTRY 14 /* Last entry on list. */
#define DNS_R_LASTENTRY 15 /* Last entry on list. */
#define DNS_R_UNEXPECTED 0xFFFFFFFFL

View File

@ -35,6 +35,7 @@ static char *text_table[DNS_R_LASTENTRY + 1] = {
"bad label type", /* 12 */
"bad compression pointer", /* 13 */
"too many hops", /* 14 */
"disallowed (by application policy)", /* 15 */
};
char *