Re: 2.6.0-test5-mm2

From: Rusty Russell
Date: Mon Sep 15 2003 - 20:04:35 EST


In message <1063636490.5588.10.camel@lorien> you write:
> net/ipv4/ip_input.c: In function `ip_local_deliver_finish':
....
> #ifdef CONFIG_NETFILTER_DEBUG
> nf_debug_ip_local_deliver(skb);
> skb->nf_debug =3D3D 0;
> #endif /*CONFIG_NETFILTER_DEBUG*/

Don't know how that happened: screwage in a mailer somewhere I guess.

Fix is simple: should be "skb->nf_debug = 0;"

Rusty.
--
Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/