Typo fixes
This commit is contained in:
parent
b2b06261bc
commit
c114428c92
|
@ -2168,8 +2168,8 @@ void CSandMan::UpdateCertState()
|
|||
if (theConf->GetBool("Debug/CertFakeAboutToExpire", false))
|
||||
g_CertInfo.expirers_in_sec = 3 * 24 * 3600;
|
||||
|
||||
// simulate certificate having expired but bing in the grace periode
|
||||
if (theConf->GetBool("Debug/CertFakeGracePeriode", false))
|
||||
// simulate certificate having expired but being in the grace period
|
||||
if (theConf->GetBool("Debug/CertFakeGracePeriod", false))
|
||||
g_CertInfo.grace_period = 1;
|
||||
|
||||
// simulate a subscription type certificate having expired
|
||||
|
|
Loading…
Reference in New Issue