mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-06 09:40:41 +03:00
Merge pull request #127 from nna774/fix/vpncmd-LogFileGet
fix LogFileGet won't save to SAVEPATH
This commit is contained in:
commit
2a2f47e0c8
@ -10039,7 +10039,7 @@ UINT PsLogFileGet(CONSOLE *c, char *cmd_name, wchar_t *str, void *param)
|
|||||||
return ERR_INVALID_PARAMETER;
|
return ERR_INVALID_PARAMETER;
|
||||||
}
|
}
|
||||||
|
|
||||||
filename = GetParamStr(o, "SAVE");
|
filename = GetParamStr(o, "SAVEPATH");
|
||||||
|
|
||||||
c->Write(c, _UU("CMD_LogFileGet_START"));
|
c->Write(c, _UU("CMD_LogFileGet_START"));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user