mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 22:00:00 -04:00
add ISC_R_UNBALANCED
This commit is contained in:
parent
941f41d613
commit
516d43e889
2 changed files with 3 additions and 1 deletions
|
|
@ -48,7 +48,8 @@ typedef unsigned int isc_result_t;
|
|||
#define ISC_R_FAILURE 25 /* generic failure */
|
||||
#define ISC_R_IOERROR 26
|
||||
#define ISC_R_NOTIMPLEMENTED 27
|
||||
#define ISC_R_LASTENTRY 27 /* last entry in the list */
|
||||
#define ISC_R_UNBALANCED 28
|
||||
#define ISC_R_LASTENTRY 28 /* last entry in the list */
|
||||
|
||||
#define ISC_R_UNEXPECTED 0xFFFFFFFFL
|
||||
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ static char *text_table[ISC_R_LASTENTRY + 1] = {
|
|||
"failure", /* 25 */
|
||||
"I/O error", /* 26 */
|
||||
"not implemented", /* 27 */
|
||||
"unbalanced parentheses", /* 28 */
|
||||
};
|
||||
|
||||
char *
|
||||
|
|
|
|||
Loading…
Reference in a new issue