From 91cff2f9d820de6ffc78aa719a5ba8af96c76557 Mon Sep 17 00:00:00 2001 From: David Howells Date: Fri, 30 Apr 2010 14:32:23 +0100 Subject: [PATCH] --- yaml --- r: 190621 b: refs/heads/master c: 896903c2f5f79f029388f033a00c3b813bc91201 h: refs/heads/master i: 190619: c1a9d362df86619b0e2cf1a93fd0e67a6df867be v: v3 --- [refs] | 2 +- trunk/security/keys/request_key.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b384e6e6848c..e705ad04b6d1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f0641cba7729e5e14f82d2eedc398103f5fa31b1 +refs/heads/master: 896903c2f5f79f029388f033a00c3b813bc91201 diff --git a/trunk/security/keys/request_key.c b/trunk/security/keys/request_key.c index d737cea5347c..d8c1a6a0fb08 100644 --- a/trunk/security/keys/request_key.c +++ b/trunk/security/keys/request_key.c @@ -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;