mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-27 03:35:38 +00:00
Fix "switch missing default case" in dhcp.c
This commit is contained in:
parent
7492bfb0dc
commit
015cff75fd
@ -327,6 +327,8 @@ dhcp_conflict_callback(struct netif *netif, acd_callback_enum_t state)
|
||||
/* Let the DHCP server know we will not use the address */
|
||||
dhcp_decline(netif);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user