mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-07 08:46:36 +08:00
Fixed compiling broken ip6.c after last commit
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user