aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_gif.c
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2004-12-09 09:52:58 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2004-12-09 09:52:58 +0000
commit34291a9efcb04f820581d1f659dceb0e09f059b0 (patch)
tree67feb15d50cf213d89d1ca2d6d5de43c4ad4648a /sys/netinet6/in6_gif.c
parent39817106d434444cba4417a831a599e731e49c17 (diff)
downloadsrc-34291a9efcb04f820581d1f659dceb0e09f059b0.tar.gz
src-34291a9efcb04f820581d1f659dceb0e09f059b0.zip
style the last change
Notes
Notes: svn path=/head/; revision=138620
Diffstat (limited to 'sys/netinet6/in6_gif.c')
-rw-r--r--sys/netinet6/in6_gif.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/in6_gif.c b/sys/netinet6/in6_gif.c
index 76651f46e539..b3cb4f1c5fb4 100644
--- a/sys/netinet6/in6_gif.c
+++ b/sys/netinet6/in6_gif.c
@@ -213,9 +213,9 @@ in6_gif_output(ifp, family, m)
* it is too painful to ask for resend of inner packet, to achieve
* path MTU discovery for encapsulated packets.
*/
- error = (ip6_output(m, 0, &sc->gif_ro6, IPV6_MINMTU, 0, NULL, NULL));
+ error = ip6_output(m, 0, &sc->gif_ro6, IPV6_MINMTU, 0, NULL, NULL);
#else
- error = (ip6_output(m, 0, &sc->gif_ro6, 0, 0, NULL, NULL));
+ error = ip6_output(m, 0, &sc->gif_ro6, 0, 0, NULL, NULL);
#endif
if ((sc->gif_if.if_flags & IFF_LINK0) == 0) {