aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_forward.c
diff options
context:
space:
mode:
authorAndrey V. Elsukov <ae@FreeBSD.org>2014-03-31 14:40:35 +0000
committerAndrey V. Elsukov <ae@FreeBSD.org>2014-03-31 14:40:35 +0000
commitcd71804c8441b9923f22d816f15cc659df0c5697 (patch)
tree1b96d1b806403bb281a2f46508ef601897c9e342 /sys/netinet6/ip6_forward.c
parent27aa751c905bf99d1b748e62b46a3ee2563e7d0f (diff)
Remove unused label.
MFC after: 1 week
Notes
svn path=/head/; revision=263971
Diffstat (limited to 'sys/netinet6/ip6_forward.c')
-rw-r--r--sys/netinet6/ip6_forward.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet6/ip6_forward.c b/sys/netinet6/ip6_forward.c
index 2da084bb700e..3a0492f238c5 100644
--- a/sys/netinet6/ip6_forward.c
+++ b/sys/netinet6/ip6_forward.c
@@ -634,7 +634,6 @@ pass:
}
}
-senderr:
if (mcopy == NULL)
goto out;
switch (error) {