BackupContainer:Remove link to filename with random string
This commit is contained in:
parent
a2ab709a0c
commit
369000a125
|
@ -1612,7 +1612,6 @@ public:
|
|||
if(g_network->isSimulated()) {
|
||||
if(!fileExists(fullPath))
|
||||
throw file_not_found();
|
||||
// std::string uniquePath = fullPath + "." + deterministicRandom()->randomUniqueID().toString() + ".lnk";
|
||||
if (g_simulator.getCurrentProcess()->uid == UID()) {
|
||||
TraceEvent(SevError, "BackupContainerReadFileOnUnsetProcessID");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue