From: Harald Welte <laforge@gnumonks.org>
To: David Miller <davem@redhat.com>
Cc: Netfilter Development Mailinglist <netfilter-devel@lists.netfilter.org>
Subject: [PATCH] ip_conntrack_ftp.c: cosmetic typo fix in debug macro
Date: Thu, 9 Jan 2003 15:51:54 +0100 [thread overview]
Message-ID: <20030109145154.GL9467@sunbeam.de.gnumonks.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1400 bytes --]
Hi Dave!
This is another patch of the series of patches you will receive from me today.
Please apply to 2.4.x and 2.5.x, thanks.
Author: Filip Sneppe (Cronos)" <filip.sneppe@cronos.be>
Cosmetic Fix:
Fixes a typo in a DEBUG statement (which is contained in an "#if 0" block,
so this would never end up causing a problem).
diff -Nru --exclude .depend --exclude *.o --exclude *.ver --exclude .*.flags --exclude *.orig --exclude *.rej --exclude *~ linux-2.4.20-plain/net/ipv4/netfilter/ip_conntrack_ftp.c linux-2.4.20-debugftp/net/ipv4/netfilter/ip_conntrack_ftp.c
--- linux-2.4.20-plain/net/ipv4/netfilter/ip_conntrack_ftp.c Fri Nov 29 00:53:15 2002
+++ linux-2.4.20-debugftp/net/ipv4/netfilter/ip_conntrack_ftp.c Wed Jan 8 12:02:28 2003
@@ -200,9 +200,9 @@
DEBUGP("ftp: string mismatch\n");
for (i = 0; i < plen; i++) {
- DEBUGFTP("ftp:char %u `%c'(%u) vs `%c'(%u)\n",
- i, data[i], data[i],
- pattern[i], pattern[i]);
+ DEBUGP("ftp:char %u `%c'(%u) vs `%c'(%u)\n",
+ i, data[i], data[i],
+ pattern[i], pattern[i]);
}
#endif
return 0;
--
- Harald Welte / laforge@gnumonks.org http://www.gnumonks.org/
============================================================================
"If this were a dictatorship, it'd be a heck of a lot easier, just so long
as I'm the dictator." -- George W. Bush Dec 18, 2000
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
next reply other threads:[~2003-01-09 14:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-09 14:51 Harald Welte [this message]
2003-01-10 8:58 ` [PATCH] ip_conntrack_ftp.c: cosmetic typo fix in debug macro 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=20030109145154.GL9467@sunbeam.de.gnumonks.org \
--to=laforge@gnumonks.org \
--cc=davem@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.