From 49f4bc1cb2856dfffb61bcf0c29a3509dce97e59 Mon Sep 17 00:00:00 2001 From: Jesper Juhl Date: Sun, 29 Jan 2012 23:39:22 +0100 Subject: [PATCH] --- yaml --- r: 292250 b: refs/heads/master c: 0cfdec7a65c98de6637e547a04a33969dc9c61b1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/crypto/crypto_user.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);