[PATCH] 13: 2.5.29-ip6tables

From: Russell King (rmk@arm.linux.org.uk)
Date: Sat Aug 03 2002 - 17:31:44 EST


This patch has been verified to apply cleanly to 2.5.30

This patch is something I've been carrying around in the -rmk patch for
a while; I'm going to be dropping it out shortly. If someone wants it,
that's fine by me. If not, its about to find its way to patch heaven.

 net/ipv6/netfilter/ip6_tables.c | 2 +-
 1 files changed, 1 insertion, 1 deletion

diff -urN orig/net/ipv6/netfilter/ip6_tables.c linux/net/ipv6/netfilter/ip6_tables.c
--- orig/net/ipv6/netfilter/ip6_tables.c Sat Jul 6 17:36:42 2002
+++ linux/net/ipv6/netfilter/ip6_tables.c Sat Jun 22 01:04:05 2002
@@ -742,7 +742,7 @@
         t = ip6t_get_target(e);
         target = find_target_lock(t->u.user.name, &ret, &ip6t_mutex);
         if (!target) {
- // duprintf("check_entry: `%s' not found\n", t->u.name);
+ duprintf("check_entry: `%s' not found\n", t->u.user.name);
                 goto cleanup_matches;
         }
         if (target->me)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Aug 07 2002 - 22:00:23 EST