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

Collapse All | Expand All

(-)b/sys/contrib/ipfilter/netinet/ip_nat.c (-1 / +1 lines)
Lines 1866-1872 ipf_nat_getent(softc, data, getlock) Link Here
1866
	 */
1866
	 */
1867
	if (nat->nat_ptr != NULL)
1867
	if (nat->nat_ptr != NULL)
1868
		bcopy((char *)nat->nat_ptr, (char *)&ipn->ipn_ipnat,
1868
		bcopy((char *)nat->nat_ptr, (char *)&ipn->ipn_ipnat,
1869
		      ipn->ipn_ipnat.in_size);
1869
		      sizeof(nat->nat_ptr));
1870
1870
1871
	/*
1871
	/*
1872
	 * If we also know the NAT entry has an associated filter rule,
1872
	 * If we also know the NAT entry has an associated filter rule,

Return to bug 235110