1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-04-20 05:49:26 +03:00

Merge branch 'master' of github.com:SoftEtherVPN/SoftEtherVPN

This commit is contained in:
Daiyuu Nobori
2016-11-27 18:00:49 +09:00
+1 -1
View File
@@ -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"));