Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260906
b: refs/heads/master
c: 4d67431
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and James Morris committed Jun 14, 2011
1 parent 8376b62 commit 061ba84
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: 2ce9738bac1b386f46e8478fd2c263460e7c2b09
refs/heads/master: 4d67431f80b1b822f0286afc9123ee453eac7334
2 changes: 2 additions & 0 deletions trunk/security/keys/request_key_auth.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ struct key *key_get_instantiation_authkey(key_serial_t target_id)

if (IS_ERR(authkey_ref)) {
authkey = ERR_CAST(authkey_ref);
if (authkey == ERR_PTR(-EAGAIN))
authkey = ERR_PTR(-ENOKEY);
goto error;
}

Expand Down

0 comments on commit 061ba84

Please sign in to comment.