Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 28493
Collapse All | Expand All

(-)./net/ipv4/netfilter/ip_nat_core.c (-2 / +2 lines)
Lines 851-858 Link Here
851
			if (exp_for_packet(exp, pskb)) {
851
			if (exp_for_packet(exp, pskb)) {
852
				/* FIXME: May be true multiple times in the
852
				/* FIXME: May be true multiple times in the
853
				 * case of UDP!! */
853
				 * case of UDP!! */
854
				DEBUGP("calling nat helper (exp=%p) for
854
				DEBUGP("calling nat helper (exp=%p) for"
855
					packet\n", exp);
855
					"packet\n", exp);
856
				ret = helper->help(ct, exp, info, ctinfo, 
856
				ret = helper->help(ct, exp, info, ctinfo, 
857
						   hooknum, pskb);
857
						   hooknum, pskb);
858
				if (ret != NF_ACCEPT) {
858
				if (ret != NF_ACCEPT) {

Return to bug 28493