mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-22 01:49:35 +00:00
[#223] Resolved test build warning
This commit is contained in:
parent
57913f7f7f
commit
6473e8221a
@ -105,8 +105,8 @@ struct server_list {
|
||||
} *servers;
|
||||
|
||||
struct interface_info *uplink = NULL;
|
||||
static isc_boolean_t fake_gw = ISC_FALSE;
|
||||
static struct in_addr gw ;
|
||||
isc_boolean_t fake_gw = ISC_FALSE;
|
||||
struct in_addr gw = {0};
|
||||
|
||||
#ifdef DHCPv6
|
||||
struct stream_list {
|
||||
|
Loading…
x
Reference in New Issue
Block a user