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/