From: Patrick McHardy <kaber@trash.net>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: netdev@vger.kernel.org, netfilter-devel@lists.netfilter.org
Subject: Re: [PATCH] ip6t_REJECT: wire up ip6t_register_target() return value
Date: Fri, 25 Aug 2006 07:07:03 +0200 [thread overview]
Message-ID: <44EE8577.5030805@trash.net> (raw)
In-Reply-To: <20060825010654.GJ5204@martell.zuzino.mipt.ru>
Alexey Dobriyan wrote:
> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
> ---
>
> 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.
prev parent reply other threads:[~2006-08-25 5:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-25 1:06 [PATCH] ip6t_REJECT: wire up ip6t_register_target() return value Alexey Dobriyan
2006-08-25 5:07 ` Patrick McHardy [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44EE8577.5030805@trash.net \
--to=kaber@trash.net \
--cc=adobriyan@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).