diff --git a/[refs] b/[refs] index 739daf87db2d..e9a227214ff2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 65a4a573b74f8f27e33a99c21a5a5d2fc4d82a1a +refs/heads/master: 0cfdec7a65c98de6637e547a04a33969dc9c61b1 diff --git a/trunk/crypto/crypto_user.c b/trunk/crypto/crypto_user.c index 3ba6ef508869..3e61cc101e83 100644 --- a/trunk/crypto/crypto_user.c +++ b/trunk/crypto/crypto_user.c @@ -304,7 +304,7 @@ static int crypto_del_alg(struct sk_buff *skb, struct nlmsghdr *nlh, static int crypto_add_alg(struct sk_buff *skb, struct nlmsghdr *nlh, struct nlattr **attrs) { - int exact; + int exact = 0; const char *name; struct crypto_alg *alg; struct crypto_user_alg *p = nlmsg_data(nlh);