mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
add ISC_R_NOTBOUND and ISC_R_NOTCONNECTED and return them where appropriate.
This commit is contained in:
@@ -57,7 +57,7 @@ static char *text[ISC_R_NRESULTS] = {
|
||||
"already exists", /* 18 */
|
||||
"ran out of space", /* 19 */
|
||||
"operation canceled", /* 20 */
|
||||
"<available code 21>", /* 21 */
|
||||
"socket is not bound", /* 21 */
|
||||
"shutting down", /* 22 */
|
||||
"not found", /* 23 */
|
||||
"unexpected end of input", /* 24 */
|
||||
@@ -75,7 +75,8 @@ static char *text[ISC_R_NRESULTS] = {
|
||||
"ignore", /* 36 */
|
||||
"address mask not contiguous", /* 37 */
|
||||
"file not found", /* 38 */
|
||||
"file already exists" /* 39 */
|
||||
"file already exists", /* 39 */
|
||||
"socket is not connected" /* 40 */
|
||||
};
|
||||
|
||||
#define ISC_RESULT_RESULTSET 2
|
||||
|
Reference in New Issue
Block a user