From 66cc779e914619c82ca220d0238e62a8afbe6711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 11 May 2006 07:03:10 +0000 Subject: [PATCH] (_krb5_pk_load_id): pass the hx509_lock to when trying to read the user certificate. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17526 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/pkinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/pkinit.c b/lib/krb5/pkinit.c index ad70c19c8..d85eef18c 100644 --- a/lib/krb5/pkinit.c +++ b/lib/krb5/pkinit.c @@ -1405,7 +1405,7 @@ _krb5_pk_load_id(krb5_context context, goto out; } - ret = hx509_certs_init(id->hx509ctx, user_id, 0, NULL, &id->certs); + ret = hx509_certs_init(id->hx509ctx, user_id, 0, lock, &id->certs); if (ret) goto out;