1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-22 17:39:53 +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
commit 5f12684b42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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