Module Name: src
Committed By: martin
Date: Thu May 17 14:02:31 UTC 2018
Modified Files:
src/sys/net [netbsd-8]: if_ipsec.c
Log Message:
Pull up following revision(s) (requested by knakahara in ticket #828):
sys/net/if_ipsec.c: revision 1.12
Fix "how" argument of MGET(). Pointed out by [email protected], thanks.
MGET() does not have M_ZERO flag, so add memset when it is required.
To generate a diff of this commit:
cvs rdiff -u -r1.3.2.5 -r1.3.2.6 src/sys/net/if_ipsec.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.