add DNS_R_NOMORE

This commit is contained in:
Bob Halley
1999-01-15 03:31:39 +00:00
parent 5619558151
commit 1beb5e40b0
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -36,8 +36,9 @@ typedef unsigned int dns_result_t;
#define DNS_R_BADPOINTER 13
#define DNS_R_TOOMANYHOPS 14
#define DNS_R_DISALLOWED 15
#define DNS_R_NOMORE 16
#define DNS_R_LASTENTRY 15 /* Last entry on list. */
#define DNS_R_LASTENTRY 16 /* Last entry on list. */
#define DNS_R_UNEXPECTED 0xFFFFFFFFL
+1
View File
@@ -36,6 +36,7 @@ static char *text_table[DNS_R_LASTENTRY + 1] = {
"bad compression pointer", /* 13 */
"too many hops", /* 14 */
"disallowed (by application policy)", /* 15 */
"no more list elements", /* 16 */
};
char *