From: Andreas Steffen Date: Fri, 2 Oct 2009 19:20:45 +0000 (+0200) Subject: fixed output of authKeyID X-Git-Tag: 4.3.5rc1~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ea9cbc6e9d0743e863de6d3d141761d5c5036c6;p=thirdparty%2Fstrongswan.git fixed output of authKeyID --- diff --git a/src/pluto/crl.c b/src/pluto/crl.c index 61d00db6aa..38e8027d73 100644 --- a/src/pluto/crl.c +++ b/src/pluto/crl.c @@ -332,7 +332,7 @@ void check_crls(void) DBG_log("issuer: '%Y'", issuer); if (authKeyID.ptr) { - DBG_log("authkey: %#B", authKeyID); + DBG_log("authkey: %#B", &authKeyID); } DBG_log("%ld seconds left", time_left) )