Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cedar/NM.c')
-rw-r--r--src/Cedar/NM.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cedar/NM.c b/src/Cedar/NM.c
index 8d6b834b..b2833ca9 100644
--- a/src/Cedar/NM.c
+++ b/src/Cedar/NM.c
@@ -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)
{