]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove unused client->shutdown and client->shutdown_arg
authorOndřej Surý <ondrej@isc.org>
Tue, 8 Feb 2022 20:32:37 +0000 (21:32 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 17 Feb 2022 20:38:17 +0000 (21:38 +0100)
commit037549c40533419eecd71e2f9343cf901d276a17
treea66ce1cf9396d125ecfede57edb94f0934d90d50
parent3c7b04d0150ae6d6192747d90d52247bd598bd9a
Remove unused client->shutdown and client->shutdown_arg

While refactoring the lib/ns/xfrout.c, it was discovered that .shutdown
and .shutdown_arg members of ns_client_t structure are unused.

Remove the unused members and associated code that was using in it in
the ns_xfrout.
lib/ns/include/ns/client.h
lib/ns/xfrout.c