From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH] x_tables, take 5 (Final Review) Date: Mon, 09 Jan 2006 07:46:44 +0100 Message-ID: <43C206D4.6070207@trash.net> References: <20060108212619.GE24266@sunbeam.de.gnumonks.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Netfilter Development Mailinglist Return-path: To: Harald Welte In-Reply-To: <20060108212619.GE24266@sunbeam.de.gnumonks.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Harald Welte wrote: > diff --git a/net/netfilter/xt_helper.c b/net/netfilter/xt_helper.c > new file mode 100644 > index 0000000..9a19da2 > --- /dev/null > +++ b/net/netfilter/xt_helper.c > +static int __init init(void) > +{ > + int ret; > + need_conntrack(); > + > + ret = xt_register_match(AF_INET, &helper_match); > + ret = xt_register_match(AF_INET6, &helper6_match); > +} > + This function is missing a return. I also just noticed its not in the Makefile and has a typo: MODULE_ALIASS("ipt_helper");