/tmp/cvsTXPIwQ

This commit is contained in:
Pawel Jakub Dawidek 2006-05-05 06:24:34 +00:00
parent b39855baee
commit 1d7d0bfe5e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158302

View File

@ -849,6 +849,7 @@ ip_reass(struct mbuf *m)
#ifdef MAC
if (mac_init_ipq(fp, M_NOWAIT) != 0) {
uma_zfree(ipq_zone, fp);
fp = NULL;
goto dropfrag;
}
mac_create_ipq(m, fp);