Re: 2.5.65-mm3

Andrew Morton (akpm@digeo.com)
Fri, 21 Mar 2003 03:05:40 -0800


Alexander Hoogerhuis <alexh@ihatent.com> wrote:
>
> Andrew Morton <akpm@digeo.com> writes:
> >
> > [SNIP]
> >
>
> ...
> make[4]: *** [net/ipv4/netfilter/ip_conntrack_core.o] Error 1

Bah, sorry.

--- 25/net/ipv4/netfilter/ip_conntrack_core.c~a 2003-03-21 03:04:45.000000000 -0800
+++ 25-akpm/net/ipv4/netfilter/ip_conntrack_core.c 2003-03-21 03:04:48.000000000 -0800
@@ -274,7 +274,7 @@ static void remove_expectations(struct i
* the un-established ones only */
if (exp->sibling) {
DEBUGP("remove_expectations: skipping established %p of %p\n", exp->sibling, ct);
- exp->sibling =3D NULL;
+ exp->sibling = NULL;
continue;
}

_

-
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/