X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fipv4%2Fnetfilter%2Fipt_helper.c;h=1ea5c1e46ba2292d2eb44e17a23b6666e028bcb0;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=ee9881ece49fe6896aa4aea7de3897764a58e256;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/net/ipv4/netfilter/ipt_helper.c b/net/ipv4/netfilter/ipt_helper.c index ee9881ece..1ea5c1e46 100644 --- a/net/ipv4/netfilter/ipt_helper.c +++ b/net/ipv4/netfilter/ipt_helper.c @@ -107,6 +107,7 @@ static struct ipt_match helper_match = { static int __init init(void) { + need_ip_conntrack(); return ipt_register_match(&helper_match); }