mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08: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 */
|
/* Let the DHCP server know we will not use the address */
|
||||||
dhcp_decline(netif);
|
dhcp_decline(netif);
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user