From 0ea9cbc6e9d0743e863de6d3d141761d5c5036c6 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 2 Oct 2009 21:20:45 +0200 Subject: fixed output of authKeyID --- src/pluto/crl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pluto/crl.c') diff --git a/src/pluto/crl.c b/src/pluto/crl.c index 61d00db6a..38e8027d7 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) ) -- cgit v1.2.3