1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-07 16:25:01 +03:00

v4.06-9432-beta

This commit is contained in:
dnobori
2014-03-20 17:05:40 +09:00
parent cf2a6a42bc
commit dc5d3ee2ae
279 changed files with 272 additions and 268 deletions

View File

@ -1577,7 +1577,7 @@ bool ServerAccept(CONNECTION *c)
break;
case CLIENT_AUTHTYPE_CERT:
if (GetGlobalServerFlag(GSF_DISABLE_CERT_AUTH) != 0)
if (GetGlobalServerFlag(GSF_DISABLE_CERT_AUTH) == 0)
{
// Certificate authentication
cert_size = PackGetDataSize(p, "cert");