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 @@ ip6_forward(struct mbuf *m, int srcrt) } } -senderr: if (mcopy == NULL) goto out; switch (error) {