From: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
To: Harald Welte <laforge@netfilter.org>
Cc: "David S. Miller" <davem@redhat.com>,
Bart De Schuymer <bdschuym@pandora.be>,
netfilter-devel@lists.netfilter.org, netdev@oss.sgi.com
Subject: [PATCH] fix typo in net/ipv4/ip_input.c
Date: Fri, 12 Sep 2003 13:27:30 -0300 [thread overview]
Message-ID: <20030912162729.GD8713@conectiva.com.br> (raw)
Hi Harald, Dave,
Please apply.
- Arnaldo
===== net/ipv4/ip_input.c 1.18 vs edited =====
--- 1.18/net/ipv4/ip_input.c Thu Sep 11 20:46:34 2003
+++ edited/net/ipv4/ip_input.c Fri Sep 12 16:17:06 2003
@@ -201,7 +201,7 @@
#ifdef CONFIG_NETFILTER_DEBUG
nf_debug_ip_local_deliver(skb);
- skb->nf_debug =3D 0;
+ skb->nf_debug = 0;
#endif /*CONFIG_NETFILTER_DEBUG*/
__skb_pull(skb, ihl);
next reply other threads:[~2003-09-12 16:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-12 16:27 Arnaldo Carvalho de Melo [this message]
2003-09-13 0:05 ` [PATCH] fix typo in net/ipv4/ip_input.c David S. Miller
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=20030912162729.GD8713@conectiva.com.br \
--to=acme@conectiva.com.br \
--cc=bdschuym@pandora.be \
--cc=davem@redhat.com \
--cc=laforge@netfilter.org \
--cc=netdev@oss.sgi.com \
--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).