From 0004ee16871084920c3a49e3d44404990635a223 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sun, 11 Oct 2009 16:34:04 +0200 Subject: [PATCH] fixed refactoring bug --- src/pluto/connections.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pluto/connections.c b/src/pluto/connections.c index a1cf2103e6..1e707f4094 100644 --- a/src/pluto/connections.c +++ b/src/pluto/connections.c @@ -798,7 +798,7 @@ static void load_end_certificate(char *filename, struct end *dst) } /* if no CA is defined, use issuer as default */ - if (dst->ca) + if (dst->ca == NULL) { certificate_t *certificate = dst->cert.u.x509->cert; identification_t *issuer = certificate->get_issuer(certificate); -- 2.47.2