On Mon, Nov 17, 2008 at 09:40:55AM +0100, Pablo Neira Ayuso wrote: > --- a/net/netfilter/nf_conntrack_netlink.c > +++ b/net/netfilter/nf_conntrack_netlink.c > @@ -917,8 +917,22 @@ ctnetlink_change_helper(struct nf_conn *ct, struct nlattr *cda[]) > } > > helper = __nf_conntrack_helper_find_byname(helpname); > - if (helper == NULL) > + if (helper == NULL) { > +#ifdef CONFIG_KMOD CONFIG_KMOD is on the way to always on, no need for ifdef. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html