mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-10 01:34:58 +03:00
v4.12-9514-beta
This commit is contained in:
@ -2670,7 +2670,7 @@ void SwDefineTasks(SW *sw, SW_TASK *t, SW_COMPONENT *c)
|
||||
SW_TASK_COPY *vpninstall;
|
||||
wchar_t *src_config_filename;
|
||||
|
||||
CombinePathW(tmp, sizeof(tmp), sw->InstallDir, L"backup.vpn_vpnclient.config");
|
||||
CombinePathW(tmp, sizeof(tmp), sw->InstallDir, L"backup.vpn_client.config");
|
||||
Add(t->SetSecurityPaths, CopyUniStr(tmp));
|
||||
|
||||
if (x64 == false)
|
||||
|
Reference in New Issue
Block a user