mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 17:02:03 -04:00
Clean up dns_zonemgr_unreachabledel()
The results of isc_sockaddr_format() calls are not used, remove them and the local variables.
This commit is contained in:
parent
f6148f66d4
commit
1c4a34a3ab
1 changed files with 0 additions and 5 deletions
|
|
@ -19584,11 +19584,6 @@ void
|
|||
dns_zonemgr_unreachabledel(dns_zonemgr_t *zmgr, isc_sockaddr_t *remote,
|
||||
isc_sockaddr_t *local) {
|
||||
unsigned int i;
|
||||
char primary[ISC_SOCKADDR_FORMATSIZE];
|
||||
char source[ISC_SOCKADDR_FORMATSIZE];
|
||||
|
||||
isc_sockaddr_format(remote, primary, sizeof(primary));
|
||||
isc_sockaddr_format(local, source, sizeof(source));
|
||||
|
||||
REQUIRE(DNS_ZONEMGR_VALID(zmgr));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue