All of lore.kernel.org
 help / color / mirror / Atom feed
* [TRIVIAL] DEBUGFTP() in ip_nat_ftp is unresolved symbol
@ 2002-09-29 10:15 Filip Sneppe (Cronos)
  0 siblings, 0 replies; only message in thread
From: Filip Sneppe (Cronos) @ 2002-09-29 10:15 UTC (permalink / raw)
  To: netfilter-devel

[-- 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]);
 		}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-29 10:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-29 10:15 [TRIVIAL] DEBUGFTP() in ip_nat_ftp is unresolved symbol Filip Sneppe (Cronos)

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.