]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move isc_socket_getsockname() calls into dispatch
authorEvan Hunt <each@isc.org>
Mon, 4 Jan 2021 22:38:35 +0000 (14:38 -0800)
committerEvan Hunt <each@isc.org>
Sat, 2 Oct 2021 18:39:56 +0000 (11:39 -0700)
commit655e7fcacc07dd4f2df3a2afe11b2ca0c751a82c
tree39f7606c91208b7d7e8a9fafe429b5c5192b0fab
parent9f9a327b223c4b3f31d17c41cae8e9e6f9639095
Move isc_socket_getsockname() calls into dispatch

We now use dns_dispentry_getlocaladdress(). (this API is likely to be
cleaned up further later.)
lib/dns/dispatch.c
lib/dns/include/dns/dispatch.h
lib/dns/resolver.c