mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00:00
Fixed compiling broken ip6.c after last commit
This commit is contained in:
parent
3f016fcc5a
commit
4c3b6814dc
@ -755,6 +755,7 @@ ip6_output_if(struct pbuf *p, ip6_addr_t *src, ip6_addr_t *dest,
|
||||
IP6_STATS_INC(ip6.rterr);
|
||||
return ERR_RTE;
|
||||
}
|
||||
}
|
||||
}
|
||||
return ip6_output_if_src(p, src_used, dest, hl, tc, nexth, netif);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user