Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167628
b: refs/heads/master
c: 21279cf
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Oct 15, 2009
1 parent 3bab3fb commit d85d4b8
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: 37a08b13eba6ce3b42df30b2a5ca3a9845f429ec
refs/heads/master: 21279cfa107af07ef985539ac0de2152b9cba5f5
2 changes: 1 addition & 1 deletion trunk/security/keys/keyctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ static long get_instantiation_keyring(key_serial_t ringid,
/* otherwise specify the destination keyring recorded in the
* authorisation key (any KEY_SPEC_*_KEYRING) */
if (ringid >= KEY_SPEC_REQUESTOR_KEYRING) {
*_dest_keyring = rka->dest_keyring;
*_dest_keyring = key_get(rka->dest_keyring);
return 0;
}

Expand Down

0 comments on commit d85d4b8

Please sign in to comment.