View | Details | Raw Unified | Return to bug 18830 | Differences between
and this patch

Collapse All | Expand All

(-)raw_ip.c (+1 lines)
Lines 261-266 Link Here
261
			break;
261
			break;
262
262
263
		case IP_FW_GET:
263
		case IP_FW_GET:
264
		case IP_FW_GETRULE:
264
			if (ip_fw_ctl_ptr == 0)
265
			if (ip_fw_ctl_ptr == 0)
265
				error = ENOPROTOOPT;
266
				error = ENOPROTOOPT;
266
			else
267
			else

Return to bug 18830