mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-27 17:17:22 -04:00
remove unused variables: dispatchv4, dispatchv6.
This commit is contained in:
parent
a2f0a8f3d7
commit
3273a2c975
1 changed files with 1 additions and 8 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: server.c,v 1.339.2.24 2004/03/14 22:52:16 marka Exp $ */
|
||||
/* $Id: server.c,v 1.339.2.25 2004/03/14 23:02:32 marka Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -1738,8 +1738,6 @@ load_configuration(const char *filename, ns_server_t *server,
|
|||
dns_viewlist_t viewlist;
|
||||
dns_viewlist_t tmpviewlist;
|
||||
ns_aclconfctx_t aclconfctx;
|
||||
dns_dispatch_t *dispatchv4 = NULL;
|
||||
dns_dispatch_t *dispatchv6 = NULL;
|
||||
isc_uint32_t interface_interval;
|
||||
isc_uint32_t heartbeat_interval;
|
||||
in_port_t listen_port;
|
||||
|
|
@ -2216,11 +2214,6 @@ load_configuration(const char *filename, ns_server_t *server,
|
|||
|
||||
}
|
||||
|
||||
if (dispatchv4 != NULL)
|
||||
dns_dispatch_detach(&dispatchv4);
|
||||
if (dispatchv6 != NULL)
|
||||
dns_dispatch_detach(&dispatchv6);
|
||||
|
||||
/* Relinquish exclusive access to configuration data. */
|
||||
isc_task_endexclusive(server->task);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue