From 03d0a158b83e712e31e8706c4218320fb69baaf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 23 Nov 2006 18:13:47 +0000 Subject: [PATCH] (_krb5_pk_create_sign): stuff down the users certs in the pool to make sure a path is returned, without this proxy certificates wont work. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19097 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 5f15fa04d..9e0049def 100644 --- a/lib/krb5/pkinit.c +++ b/lib/krb5/pkinit.c @@ -155,7 +155,7 @@ _krb5_pk_create_sign(krb5_context context, NULL, cert, NULL, - NULL, + id->certs, sd_data); hx509_cert_free(cert);