RxRPC: Fix a regression in the RXKAD security module
[safe/jmp/linux-2.6] / net / rxrpc / rxkad.c
index 6d38a81..ba3f6e4 100644 (file)
@@ -493,8 +493,8 @@ static int rxkad_verify_packet(const struct rxrpc_call *call,
                __be32 x[2];
        } tmpbuf __attribute__((aligned(8))); /* must all be in same page */
        __be32 x;
-       u16 y;
        __be16 cksum;
+       u32 y;
        int ret;
 
        sp = rxrpc_skb(skb);