All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Filip Sneppe (Cronos)" <filip.sneppe@cronos.be>
To: netfilter-devel@lists.netfilter.org
Subject: [TRIVIAL] DEBUGFTP() in ip_nat_ftp is unresolved symbol
Date: 29 Sep 2002 12:15:30 +0200	[thread overview]
Message-ID: <1033294530.561.6.camel@exile> (raw)

[-- Attachment #1: Type: text/plain, Size: 221 bytes --]

Hi,

ip_conntrack_ftp.c contains a macro DEBUGFTP that is not defined
anywhere, it's a typo for DEBUGP.

The reason nobody ever noticed is that it's wrapped inside an
#if 0 
...
#endif

Patch attached.

Regards,
Filip




[-- Attachment #2: ip_conntrack_ftp.typofix.20020929-1 --]
[-- Type: text/x-patch, Size: 606 bytes --]

diff -urN -X dontdiff linux-2.4.20-pre8/net/ipv4/netfilter/ip_conntrack_ftp.c linux-2.4.20-pre8-ftpfix/net/ipv4/netfilter/ip_conntrack_ftp.c
--- linux-2.4.20-pre8/net/ipv4/netfilter/ip_conntrack_ftp.c	2002-09-29 11:54:49.000000000 +0200
+++ linux-2.4.20-pre8-ftpfix/net/ipv4/netfilter/ip_conntrack_ftp.c	2002-09-29 11:59:13.000000000 +0200
@@ -200,7 +200,7 @@
 
 		DEBUGP("ftp: string mismatch\n");
 		for (i = 0; i < plen; i++) {
-			DEBUGFTP("ftp:char %u `%c'(%u) vs `%c'(%u)\n",
+			DEBUGP("ftp:char %u `%c'(%u) vs `%c'(%u)\n",
 				 i, data[i], data[i],
 				 pattern[i], pattern[i]);
 		}

                 reply	other threads:[~2002-09-29 10:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1033294530.561.6.camel@exile \
    --to=filip.sneppe@cronos.be \
    --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.