From 842d3bee321939b244cb76547dbc7d0e2742f66b Mon Sep 17 00:00:00 2001 From: itojun Date: Mon, 30 Jun 2003 03:30:50 +0000 Subject: [PATCH] KNF --- sys/netinet6/ip6_forward.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/netinet6/ip6_forward.c b/sys/netinet6/ip6_forward.c index 4024fc59f672..d1c833cd3e1b 100644 --- a/sys/netinet6/ip6_forward.c +++ b/sys/netinet6/ip6_forward.c @@ -1,4 +1,4 @@ -/* $NetBSD: ip6_forward.c,v 1.33 2003/06/24 07:39:25 itojun Exp $ */ +/* $NetBSD: ip6_forward.c,v 1.34 2003/06/30 03:30:50 itojun Exp $ */ /* $KAME: ip6_forward.c,v 1.109 2002/09/11 08:10:17 sakane Exp $ */ /* @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ip6_forward.c,v 1.33 2003/06/24 07:39:25 itojun Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ip6_forward.c,v 1.34 2003/06/30 03:30:50 itojun Exp $"); #include "opt_ipsec.h" #include "opt_pfil_hooks.h" @@ -513,7 +513,7 @@ ip6_forward(m, srcrt) * Run through list of hooks for output packets. */ if ((error = pfil_run_hooks(&inet6_pfil_hook, &m, rt->rt_ifp, - PFIL_OUT)) != 0) + PFIL_OUT)) != 0) goto senderr; if (m == NULL) goto freecopy;