1
0
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:
Andre Oppermann 2004-08-27 15:32:28 +00:00
parent c21fd23260
commit 319c4c256a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134384

View File

@ -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 */