mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Merge PR #705: src/Cedar/Client.c: remove not needed condition
This commit is contained in:
commit
93c962fb68
@ -1868,8 +1868,6 @@ BEGIN_LISTENER:
|
|||||||
|
|
||||||
// If the port cannot be opened
|
// If the port cannot be opened
|
||||||
if (cn_next_allow <= Tick64())
|
if (cn_next_allow <= Tick64())
|
||||||
{
|
|
||||||
if (cursor_changed || cn_listener->Halt)
|
|
||||||
{
|
{
|
||||||
if (cursor_changed)
|
if (cursor_changed)
|
||||||
{
|
{
|
||||||
@ -1889,7 +1887,6 @@ BEGIN_LISTENER:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
Unlock(cn_listener_lock);
|
Unlock(cn_listener_lock);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user