mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
fix LogFileGet won't save to SAVEPATH
ref http://www.vpnusers.com/viewtopic.php?t=2750
This commit is contained in:
parent
75f9836ce5
commit
a737ec5d20
@ -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"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user