summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fastfwd.c
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2004-08-27 15:32:28 +0000
committerandre <andre@FreeBSD.org>2004-08-27 15:32:28 +0000
commitb32a1f9e40e79af6b2b9e610f98cf1440115968a (patch)
treecbd893063465ec58b85877be534a0f3171965076 /sys/netinet/ip_fastfwd.c
parentd243747d92c4cacce93fc3a982655dc80d4886d4 (diff)
downloadFreeBSD-src-b32a1f9e40e79af6b2b9e610f98cf1440115968a.zip
FreeBSD-src-b32a1f9e40e79af6b2b9e610f98cf1440115968a.tar.gz
Remove a junk line left over from the recent IPFW to PFIL_HOOKS conversion.
Diffstat (limited to 'sys/netinet/ip_fastfwd.c')
-rw-r--r--sys/netinet/ip_fastfwd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/ip_fastfwd.c b/sys/netinet/ip_fastfwd.c
index 9a441f0..6dbe1f6 100644
--- a/sys/netinet/ip_fastfwd.c
+++ b/sys/netinet/ip_fastfwd.c
@@ -484,7 +484,6 @@ forwardlocal:
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 */
OpenPOWER on IntegriCloud