Alexey Dobriyan wrote: > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> > --- > > net/ipv6/netfilter/ip6t_REJECT.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > --- a/net/ipv6/netfilter/ip6t_REJECT.c > +++ b/net/ipv6/netfilter/ip6t_REJECT.c > @@ -256,9 +256,7 @@ static struct ip6t_target ip6t_reject_re > > static int __init ip6t_reject_init(void) > { > - if (ip6t_register_target(&ip6t_reject_reg)) > - return -EINVAL; > - return 0; > + return ip6t_register_target(&ip6t_reject_reg); > }
This is already changed in the net-2.6.19 tree. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html