All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ip_conntrack_ftp.c: cosmetic typo fix in debug macro
@ 2003-01-09 14:51 Harald Welte
  2003-01-10  8:58 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Harald Welte @ 2003-01-09 14:51 UTC (permalink / raw)
  To: David Miller; +Cc: Netfilter Development Mailinglist

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-01-10  8:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-09 14:51 [PATCH] ip_conntrack_ftp.c: cosmetic typo fix in debug macro Harald Welte
2003-01-10  8:58 ` David S. Miller

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.