Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190621
b: refs/heads/master
c: 896903c
h: refs/heads/master
i:
  190619: c1a9d36
v: v3
  • Loading branch information
David Howells authored and James Morris committed May 5, 2010
1 parent 299a550 commit 91cff2f
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: f0641cba7729e5e14f82d2eedc398103f5fa31b1
refs/heads/master: 896903c2f5f79f029388f033a00c3b813bc91201
2 changes: 1 addition & 1 deletion trunk/security/keys/request_key.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ static int call_sbin_request_key(struct key_construction *cons,
}

/* attach the auth key to the session keyring */
ret = __key_link(keyring, authkey);
ret = key_link(keyring, authkey);
if (ret < 0)
goto error_link;

Expand Down

0 comments on commit 91cff2f

Please sign in to comment.