mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 11:55:08 +03:00
spelling: authentication
This commit is contained in:
parent
5354885257
commit
6c227aadab
@ -1180,7 +1180,7 @@ void CleanupUser(USER *u)
|
|||||||
ReleaseGroup(u->Group);
|
ReleaseGroup(u->Group);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Free authntication data
|
// Free authentication data
|
||||||
FreeAuthData(u->AuthType, u->AuthData);
|
FreeAuthData(u->AuthType, u->AuthData);
|
||||||
|
|
||||||
if (u->Policy)
|
if (u->Policy)
|
||||||
@ -1194,7 +1194,7 @@ void CleanupUser(USER *u)
|
|||||||
Free(u);
|
Free(u);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Free authntication data
|
// Free authentication data
|
||||||
void FreeAuthData(UINT authtype, void *authdata)
|
void FreeAuthData(UINT authtype, void *authdata)
|
||||||
{
|
{
|
||||||
AUTHPASSWORD *pw = (AUTHPASSWORD *)authdata;
|
AUTHPASSWORD *pw = (AUTHPASSWORD *)authdata;
|
||||||
|
Loading…
Reference in New Issue
Block a user