Re: Bug in IPV4 Code?

kuznet@ms2.inr.ac.ru
Wed, 2 Jun 1999 21:43:52 +0400 (MSK DST)


Hello!

> While building a kernel with the NIST IPSEC module code in it over the
> weekend, I got a build failure in ~/net/ipv4/ip_output.c The offending
> snippet of code is:
...
> I think the "continue" after kfree_skb(skb) should be a "break" instead?

No, it should be continue for do { } while ().

Do you want to say it does not compile?

Alexey

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