[IPCOMP]: Fix reception of incompressible packets
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 31 Jan 2008 05:48:24 +0000 (21:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 1 Feb 2008 03:27:24 +0000 (19:27 -0800)
I made a silly typo by entering IPPROTO_IP (== 0) instead of
IPPROTO_IPIP (== 4).  This broke the reception of incompressible
packets.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found