mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
Remove a junk line left over from the recent IPFW to PFIL_HOOKS conversion.
This commit is contained in:
parent
c21fd23260
commit
319c4c256a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134384
@ -484,7 +484,6 @@ ip_fastforward(struct mbuf *m)
|
||||
if (fwd_tag) {
|
||||
if (!in_localip(ip->ip_src) && !in_localaddr(ip->ip_dst))
|
||||
dest.s_addr = ((struct sockaddr_in *)(fwd_tag+1))->sin_addr.s_addr;
|
||||
//bcopy((fwd_tag+1), dst, sizeof(struct sockaddr_in));
|
||||
m_tag_delete(m, fwd_tag);
|
||||
}
|
||||
#endif /* IPFIREWALL_FORWARD */
|
||||
|
Loading…
Reference in New Issue
Block a user