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:
authorNoNameA 774 <nonamea774@gmail.com>2015-01-22 01:56:20 +0300
committerNoNameA 774 <nonamea774@gmail.com>2015-01-22 01:59:40 +0300
commita737ec5d203a6f01f5a086be5ea01e09a54cd239 (patch)
tree60596c58b4ad1c634655cf0a9ea8c86010b485f1
parent75f9836ce5f0a1dea2c3fe304bbc26c962ee64bf (diff)
fix LogFileGet won't save to SAVEPATH
ref http://www.vpnusers.com/viewtopic.php?t=2750
-rw-r--r--src/Cedar/Command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cedar/Command.c b/src/Cedar/Command.c
index 4f4d7145..e5a1a68e 100644
--- a/src/Cedar/Command.c
+++ b/src/Cedar/Command.c
@@ -9995,7 +9995,7 @@ UINT PsLogFileGet(CONSOLE *c, char *cmd_name, wchar_t *str, void *param)
return ERR_INVALID_PARAMETER;
}
- filename = GetParamStr(o, "SAVE");
+ filename = GetParamStr(o, "SAVEPATH");
c->Write(c, _UU("CMD_LogFileGet_START"));