DHCP: fixed compiling LWIP_DHCP_BOOTP_FILE==1

This commit is contained in:
goldsimon
2016-08-23 15:25:39 +02:00
parent d99d91dae9
commit 306171c93b
2 changed files with 5 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ struct dhcp
u32_t offered_t1_renew; /* recommended renew time (usually 50% of lease period) */
u32_t offered_t2_rebind; /* recommended rebind time (usually 87.5 of lease period) */
#if LWIP_DHCP_BOOTP_FILE
ip_addr_t offered_si_addr;
ip4_addr_t offered_si_addr;
char boot_file_name[DHCP_BOOT_FILE_LEN];
#endif /* LWIP_DHCP_BOOTPFILE */
};