2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

add UV_ENOTSUP to isc___nm_uverr2result()

This error code is now mapped to ISC_R_FAMILYNOSUPPORT.
This commit is contained in:
Evan Hunt 2022-01-12 10:43:18 -08:00 committed by Ondřej Surý
parent ec82226465
commit be0bc24c7f

View 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(