Subject: CVS commit: src/sys/netkey
To: None <source-changes@NetBSD.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 09/28/2004 04:24:54
Module Name:	src
Committed By:	itojun
Date:		Tue Sep 28 04:24:54 UTC 2004

Modified Files:
	src/sys/netkey: key.c

Log Message:
m->m_next check here is not needed, since we make no assumption on m_len below,
and key_align() may chop mbuf into multiple mbufs.
from freebsd via kame


To generate a diff of this commit:
cvs rdiff -r1.123 -r1.124 src/sys/netkey/key.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.