Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357746
b: refs/heads/master
c: e336ed9
h: refs/heads/master
v: v3
  • Loading branch information
Mathias Krause authored and Herbert Xu committed Feb 19, 2013
1 parent d6bc003 commit d4e7a08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9a5467bf7b6e9e02ec9c3da4e23747c05faeaac6
refs/heads/master: e336ed9647b06e3bb52995dbc51101cbdf39f2a2
2 changes: 1 addition & 1 deletion trunk/crypto/crypto_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ static int crypto_report(struct sk_buff *in_skb, struct nlmsghdr *in_nlh,
struct crypto_dump_info info;
int err;

if (!p->cru_driver_name)
if (!p->cru_driver_name[0])
return -EINVAL;

alg = crypto_alg_match(p, 1);
Expand Down

0 comments on commit d4e7a08

Please sign in to comment.