aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/crl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluto/crl.c')
-rw-r--r--src/pluto/crl.c2
1 files changed, 1 insertions, 1 deletions
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)
)