mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 03:19:59 -04:00
lint
This commit is contained in:
parent
dda4bfe649
commit
e81af5be3e
1 changed files with 8 additions and 0 deletions
|
|
@ -613,6 +613,14 @@ configure_server_querysource(dns_c_ctx_t *cctx, ns_server_t *server, int af,
|
|||
dns_dispatch_t **server_dispatchp;
|
||||
isc_sockaddr_t *server_dispatchaddr;
|
||||
|
||||
/*
|
||||
* Make compiler happy.
|
||||
*/
|
||||
result = ISC_R_FAILURE;
|
||||
any = NULL;
|
||||
server_dispatchp = NULL;
|
||||
server_dispatchaddr = NULL;
|
||||
|
||||
ina.s_addr = htonl(INADDR_ANY);
|
||||
isc_sockaddr_fromin(&any4, &ina, 0);
|
||||
isc_sockaddr_fromin6(&any6, &in6addr_any, 0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue