]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use UV_RUNTIME_CHECK() as appropriate
authorOndřej Surý <ondrej@isc.org>
Tue, 15 Feb 2022 13:51:02 +0000 (14:51 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 16 Feb 2022 10:16:57 +0000 (11:16 +0100)
commit8715be1e4b51a4f74e5d4fedbb78995b5bbccb84
tree07e46a898caffd01e8a646af40249bd24a785f55
parent62e15bb06db5e7d209e8c20d7bdb1501df7dfba8
Use UV_RUNTIME_CHECK() as appropriate

Replace the RUNTIME_CHECK() calls for libuv API calls with
UV_RUNTIME_CHECK() to get more detailed error message when
something fails and should not.
lib/isc/netmgr/netmgr.c
lib/isc/netmgr/tcp.c
lib/isc/netmgr/tcpdns.c
lib/isc/netmgr/tlsdns.c
lib/isc/netmgr/udp.c