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:
commit
5f12684b42
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user