mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-19 23:12:09 +00:00
Fix compile of last patch
This commit is contained in:
parent
6b9264b49e
commit
053f5aa10d
@ -1182,7 +1182,7 @@ nd6_send_ns(struct netif *netif, const ip6_addr_t *target_addr, u8_t flags)
|
|||||||
{
|
{
|
||||||
struct ns_header *ns_hdr;
|
struct ns_header *ns_hdr;
|
||||||
struct pbuf *p;
|
struct pbuf *p;
|
||||||
const ip6_addr_t *src_addr;
|
const ip6_addr_t *src_addr = NULL;
|
||||||
u16_t lladdr_opt_len;
|
u16_t lladdr_opt_len;
|
||||||
|
|
||||||
LWIP_ASSERT("target address is required", target_addr != NULL);
|
LWIP_ASSERT("target address is required", target_addr != NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user