2
0
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:
Michael Graff
2000-05-11 05:43:53 +00:00
parent dcd66bf966
commit 8321dd2150
3 changed files with 27 additions and 8 deletions

View File

@@ -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