mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-26 12:13:47 +00:00
Fix compile of last patch
This commit is contained in:
parent
aa7009b2fc
commit
d0d86b5ba1
@ -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 pbuf *p;
|
||||
const ip6_addr_t *src_addr;
|
||||
const ip6_addr_t *src_addr = NULL;
|
||||
u16_t lladdr_opt_len;
|
||||
|
||||
LWIP_ASSERT("target address is required", target_addr != NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user