- patches.suse/slab-handle-memoryless-nodes-v2a.patch: Refresh.
[linux-flexiantxendom0-3.2.10.git] / net / sunrpc / auth_gss / gss_krb5_seqnum.c
index f160be6..17562b4 100644 (file)
@@ -75,8 +75,8 @@ krb5_get_seq_num(struct crypto_blkcipher *key,
        if ((code = krb5_decrypt(key, cksum, buf, plain, 8)))
                return code;
 
-       if ((plain[4] != plain[5]) || (plain[4] != plain[6])
-                                  || (plain[4] != plain[7]))
+       if ((plain[4] != plain[5]) || (plain[4] != plain[6]) ||
+           (plain[4] != plain[7]))
                return (s32)KG_BAD_SEQ;
 
        *direction = plain[4];