mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-14 12:16:21 +08:00
Fixed icmp.c after 1.4.0-based patch #45120
This commit is contained in:
@@ -209,7 +209,7 @@ icmp_input(struct pbuf *p, struct netif *inp)
|
||||
else
|
||||
#endif
|
||||
{
|
||||
src = ip_current_dest_addr();
|
||||
src = ip4_current_dest_addr();
|
||||
}
|
||||
ip4_addr_copy(iphdr->src, *src);
|
||||
ip4_addr_copy(iphdr->dest, *ip4_current_src_addr());
|
||||
|
||||
Reference in New Issue
Block a user