]> git.ipfire.org Git - thirdparty/bind9.git/commit
netmgr: Always load the result from async socket
authorOndřej Surý <ondrej@sury.org>
Fri, 6 Nov 2020 12:11:08 +0000 (13:11 +0100)
committerOndřej Surý <ondrej@sury.org>
Sat, 7 Nov 2020 20:12:08 +0000 (21:12 +0100)
commit050258bda4a45faf18baaf3879a9da160d2230fe
tree4f6f53eaafebee16d22cf723acc67312b28a51a0
parent88f5f3915b557eef68864df4c80eee8750208108
netmgr: Always load the result from async socket

Because we use result earlier for setting the loadbalancing on the
socket, we could be left with a ISC_R_NOTIMPLEMENTED value stored in the
variable and when the UDP connection would succeed, we would
errorneously return this value instead of ISC_R_SUCCESS.
lib/isc/netmgr/udp.c