]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add UV_ENOTSUP to isc___nm_uverr2result()
authorEvan Hunt <each@isc.org>
Wed, 12 Jan 2022 18:43:18 +0000 (10:43 -0800)
committerOndřej Surý <ondrej@isc.org>
Mon, 17 Jan 2022 10:45:10 +0000 (11:45 +0100)
This error code is now mapped to ISC_R_FAMILYNOSUPPORT.

lib/isc/netmgr/uverr2result.c

index 2a1de20954f7b67f814d4ff881b5e67a9bbb2d71..5ce953d729d1d36d3d118e4eb37f8a1737464126 100644 (file)
@@ -89,6 +89,8 @@ isc___nm_uverr2result(int uverr, bool dolog, const char *file,
                return (ISC_R_EOF);
        case UV_EMSGSIZE:
                return (ISC_R_MAXSIZE);
+       case UV_ENOTSUP:
+               return (ISC_R_FAMILYNOSUPPORT);
        default:
                if (dolog) {
                        UNEXPECTED_ERROR(