]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
fixed output of authKeyID
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 2 Oct 2009 19:20:45 +0000 (21:20 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 2 Oct 2009 19:20:45 +0000 (21:20 +0200)
src/pluto/crl.c

index 61d00db6aac0f61083f93e733f3512858c46df5d..38e8027d73bb07a2de89c48adcd0ee51fd59d6c2 100644 (file)
@@ -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)
                )