mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 10:32:13 -04:00
change TASKSHUTDOWN to TASKDONE
This commit is contained in:
parent
480ad611fe
commit
d6b0e99380
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ typedef unsigned int isc_result_t;
|
|||
#define ISC_R_NORESOURCES 13 /* not enough resources */
|
||||
#define ISC_R_EOF 14 /* end of file */
|
||||
#define ISC_R_BOUND 15 /* already bound */
|
||||
#define ISC_R_TASKSHUTDOWN 16 /* task was shut down */
|
||||
#define ISC_R_TASKDONE 16 /* task is done */
|
||||
#define ISC_R_LOCKBUSY 17
|
||||
#define ISC_R_EXISTS 18
|
||||
#define ISC_R_NOSPACE 19 /* ran out of space */
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ static char *text_table[ISC_R_LASTENTRY + 1] = {
|
|||
"not enough free resources", /* 13 */
|
||||
"end of file", /* 14 */
|
||||
"socket already bound", /* 15 */
|
||||
"task is shut down", /* 16 */
|
||||
"task is done", /* 16 */
|
||||
"lock busy", /* 17 */
|
||||
"already exists", /* 18 */
|
||||
"ran out of space", /* 19 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue