fixed output of authKeyID

This commit is contained in:
Andreas Steffen
2009-10-02 21:20:45 +02:00
parent 0aa5cea248
commit 0ea9cbc6e9
+1 -1
View File
@@ -332,7 +332,7 @@ void check_crls(void)
DBG_log("issuer: '%Y'", issuer); DBG_log("issuer: '%Y'", issuer);
if (authKeyID.ptr) if (authKeyID.ptr)
{ {
DBG_log("authkey: %#B", authKeyID); DBG_log("authkey: %#B", &authKeyID);
} }
DBG_log("%ld seconds left", time_left) DBG_log("%ld seconds left", time_left)
) )