From: Adriaan de Jong Date: Wed, 14 Nov 2012 09:03:12 +0000 (+0100) Subject: Fix --show-pkcs11-ids (Bug #239) X-Git-Tag: v2.4_alpha1~626 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fd3e56430678bee3e6e3a3cf8dfd6db7e105676;p=thirdparty%2Fopenvpn.git Fix --show-pkcs11-ids (Bug #239) Broken by 00b973f8af85c3ea8fa3cef80eec55e8dc139b27 Signed-off-by: Joachim Schipper Acked-by: David Sommerseth Trac-ticket: 239 Message-Id: 1CED409804E2164C8104F9E623B08B901323A48384@FOXDFT02.FOX.local URL: http://article.gmane.org/gmane.network.openvpn.devel/7129 Signed-off-by: David Sommerseth --- diff --git a/src/openvpn/pkcs11.c b/src/openvpn/pkcs11.c index 645f1f489..3a15ef68c 100644 --- a/src/openvpn/pkcs11.c +++ b/src/openvpn/pkcs11.c @@ -887,7 +887,7 @@ show_pkcs11_ids ( (dn = pkcs11_certificate_dn ( certificate, &gc - )) + )) == NULL ) { goto cleanup1; }