vserver 1.9.3
[linux-2.6.git] / net / ipv4 / netfilter / ipt_helper.c
index ee9881e..1ea5c1e 100644 (file)
@@ -107,6 +107,7 @@ static struct ipt_match helper_match = {
 
 static int __init init(void)
 {
+       need_ip_conntrack();
        return ipt_register_match(&helper_match);
 }