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

(-)re/if_re.c (-1 / +1 lines)
Lines 2383-2389 Link Here
2383
2383
2384
	if (rx_npktsp != NULL)
2384
	if (rx_npktsp != NULL)
2385
		*rx_npktsp = rx_npkts;
2385
		*rx_npktsp = rx_npkts;
2386
	if (maxpkt)
2386
	if (maxpkt == 0)
2387
		return (EAGAIN);
2387
		return (EAGAIN);
2388
2388
2389
	return (0);
2389
	return (0);

Return to bug 225408