1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-19 17:59:19 +03:00

Merge PR #1240: Fixed setting change trigger of keepalive function

This commit is contained in:
Davide Beatrici
2020-11-17 07:17:02 +01:00
committed by GitHub

View File

@ -337,7 +337,7 @@ WAIT_FOR_ENABLE:
{
if (StrCmpi(k->ServerName, server_name) != 0 ||
k->ServerPort != server_port || k->Enable == false ||
k->UdpMode)
k->UdpMode == false)
{
changed = true;
}