silence warning

This commit is contained in:
Mark Andrews
2016-05-17 17:26:27 +10:00
parent 4f200033d1
commit 7abac4a395

View File

@@ -2512,7 +2512,8 @@ setup_lookup(dig_lookup_t *lookup) {
}
if (lookup->ecs_addr != NULL) {
isc_uint8_t addr[16], family, proto;
isc_uint8_t addr[16], family;
int proto;
isc_uint32_t plen;
struct sockaddr *sa;
struct sockaddr_in *sin;