From e8062436867f2f45383cd4e0371d5348e4e8c2bf Mon Sep 17 00:00:00 2001 From: SUZUKI Shinsuke Date: Mon, 28 Apr 2003 08:21:57 +0000 Subject: [PATCH] sync with the latest KAME (just a cosmetic change) MFC after: 1 day --- sys/netinet6/ipcomp_output.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/netinet6/ipcomp_output.c b/sys/netinet6/ipcomp_output.c index 71e5755c986d..f07e06cd8355 100644 --- a/sys/netinet6/ipcomp_output.c +++ b/sys/netinet6/ipcomp_output.c @@ -1,5 +1,5 @@ /* $FreeBSD$ */ -/* $KAME: ipcomp_output.c,v 1.24 2001/07/26 06:53:18 jinmei Exp $ */ +/* $KAME: ipcomp_output.c,v 1.25 2002/06/09 14:44:00 itojun Exp $ */ /* * Copyright (C) 1999 WIDE Project. @@ -296,7 +296,7 @@ ipcomp_output(m, nexthdrp, md, isr, af) m->m_pkthdr.len += complen; ipcomp = mtod(md, struct ipcomp *); } - + bzero(ipcomp, sizeof(*ipcomp)); ipcomp->comp_nxt = *nexthdrp; *nexthdrp = IPPROTO_IPCOMP;