]> git.ipfire.org Git - thirdparty/bind9.git/commit
Provide an early escape hatch for ns_client_transport_type
authorAydın Mercan <aydin@isc.org>
Thu, 15 Feb 2024 10:30:42 +0000 (13:30 +0300)
committerAydın Mercan <aydin@isc.org>
Fri, 26 Apr 2024 13:12:29 +0000 (16:12 +0300)
commitf30008a71ce03c9e267945007a5362a9850833e3
treecc9d5bf0308ea1f1a44bead945b95671517f92cb
parentb5478654a2960de096a3712f2994e541ebeedc6f
Provide an early escape hatch for ns_client_transport_type

Because some tests don't have a legtimate handle, provide a temporary
return early that should be fixed and removed before squashing. This
short circuiting is still correct until DoQ/DoH3 support is introduced.
lib/ns/client.c