mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-24 20:29:21 +03:00
v4.10-9505-beta
This commit is contained in:
@ -185,7 +185,7 @@ UINT NmEditPushRouteProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam, void
|
||||
|
||||
if (ok)
|
||||
{
|
||||
if (IsEmptyStr(r->CurrentPushRouteStr) == false)
|
||||
if (IsEmptyStr(str) == false)
|
||||
{
|
||||
if (GetCapsBool(r->p->CapsList, "b_suppport_push_route") == false)
|
||||
{
|
||||
|
Reference in New Issue
Block a user