(_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
This commit is contained in:
		| @@ -1405,7 +1405,7 @@ _krb5_pk_load_id(krb5_context context, | |||||||
| 	    goto out; | 	    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) |     if (ret) | ||||||
| 	goto out; | 	goto out; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Love Hörnquist Åstrand
					Love Hörnquist Åstrand