X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=security%2Fkeys%2Ftrusted.c;fp=security%2Fkeys%2Ftrusted.c;h=a75b2f0f123086a1c6fa1b397276ccbca1899a46;hp=efdbf17f3915259ea34ed76f5d452a4763236043;hb=81ff5d2cba4f86cd850b9ee4a530cd221ee45aa3;hpb=7aefd944f038c7469571adb37769cb6f3924ecfa diff --git a/security/keys/trusted.c b/security/keys/trusted.c index efdbf17f3915..a75b2f0f1230 100644 --- a/security/keys/trusted.c +++ b/security/keys/trusted.c @@ -55,7 +55,6 @@ static struct sdesc *init_sdesc(struct crypto_shash *alg) if (!sdesc) return ERR_PTR(-ENOMEM); sdesc->shash.tfm = alg; - sdesc->shash.flags = 0x0; return sdesc; }