Module Name: src Committed By: knakahara Date: Fri Apr 27 00:06:40 UTC 2018
Modified Files:
src/sys/net: if_ipsec.c
Log Message:
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.11 -r1.12 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.
