mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
spelling: expired
This commit is contained in:
parent
f002d162f9
commit
9bd2145f60
@ -4618,7 +4618,7 @@ void ClientCheckServerCertThread(THREAD *thread, void *param)
|
||||
NoticeThreadInit(thread);
|
||||
|
||||
// Query for the selection to the user
|
||||
p->Ok = p->CheckCertProc(p->Connection->Session, p->Connection, p->ServerX, &p->Exipred);
|
||||
p->Ok = p->CheckCertProc(p->Connection->Session, p->Connection, p->ServerX, &p->Expired);
|
||||
p->UserSelected = true;
|
||||
}
|
||||
|
||||
@ -4764,7 +4764,7 @@ bool ClientCheckServerCert(CONNECTION *c, bool *expired)
|
||||
|
||||
if (expired != NULL)
|
||||
{
|
||||
*expired = p->Exipred;
|
||||
*expired = p->Expired;
|
||||
}
|
||||
|
||||
ret = p->Ok;
|
||||
|
@ -121,7 +121,7 @@ struct CHECK_CERT_THREAD_PROC
|
||||
X *ServerX;
|
||||
CHECK_CERT_PROC *CheckCertProc;
|
||||
bool UserSelected;
|
||||
bool Exipred;
|
||||
bool Expired;
|
||||
bool Ok;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user