2
0
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:
Tomek Mrugalski 2022-02-07 15:03:40 +01:00
parent 57913f7f7f
commit 6473e8221a

View File

@ -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 {