Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352833
b: refs/heads/master
c: fe9453a
h: refs/heads/master
i:
  352831: 1e7a4cd
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Feb 21, 2013
1 parent 5a34ad6 commit 44306a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a0b1c42951dd06ec83cc1bc2c9788131d9fefcd8
refs/heads/master: fe9453a1dcb5fb146f9653267e78f4a558066f6f
2 changes: 2 additions & 0 deletions trunk/security/keys/process_keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ key_ref_t search_my_process_keyrings(struct key_type *type,

switch (PTR_ERR(key_ref)) {
case -EAGAIN: /* no key */
if (ret)
break;
case -ENOKEY: /* negative key */
ret = key_ref;
break;
Expand Down

0 comments on commit 44306a6

Please sign in to comment.