fixed output of authKeyID
This commit is contained in:
+1
-1
@@ -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)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user