Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264504
b: refs/heads/master
c: 9959953
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and James Morris committed Aug 22, 2011
1 parent 54fe854 commit 6773e0c
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: c5532b09bf40c398f2acfdd8f100c796d1d3f881
refs/heads/master: 995995378f996a8aa1cf4e4ddc0f79fbfd45496f
2 changes: 1 addition & 1 deletion trunk/security/keys/process_keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ static int install_session_keyring(struct key *keyring)
if (!new)
return -ENOMEM;

ret = install_session_keyring_to_cred(new, NULL);
ret = install_session_keyring_to_cred(new, keyring);
if (ret < 0) {
abort_creds(new);
return ret;
Expand Down

0 comments on commit 6773e0c

Please sign in to comment.