1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 11:55:08 +03:00

spelling: authentication

This commit is contained in:
Josh Soref 2018-02-28 02:46:20 +00:00
parent 5354885257
commit 6c227aadab

View File

@ -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;