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

(-)ip_tables.c (+5 lines)
Lines 2004-2009 Link Here
2004
							 rev.revision,
2004
							 rev.revision,
2005
							 target, &ret),
2005
							 target, &ret),
2006
					"ipt_%s", rev.name);
2006
					"ipt_%s", rev.name);
2007
		if (ret == -ENOENT) {
2008
			printk("Unable to load ipt_%s\n", rev.name);
2009
			return -EPROTONOSUPPORT;
2010
		}
2011
2007
		break;
2012
		break;
2008
	}
2013
	}
2009
2014

Return to bug 136813