View | Details | Raw Unified | Return to bug 256439
Collapse All | Expand All

(-)b/sys/netpfil/ipfw/ip_fw_pfil.c (+2 lines)
Lines 371-376 ipfw_check_frame(pfil_packet_t p, struct ifnet *ifp, int flags, Link Here
371
	}
371
	}
372
372
373
	ipfw = ipfw_chk(&args);
373
	ipfw = ipfw_chk(&args);
374
	if (!mem)
375
		*p.m = args.m;
374
376
375
	ret = PFIL_PASS;
377
	ret = PFIL_PASS;
376
	switch (ipfw) {
378
	switch (ipfw) {

Return to bug 256439