mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
Fix restore crash bug
This commit is contained in:
parent
b18f216ecd
commit
852f0d3491
@ -642,7 +642,7 @@ bool RestoreFiles::openFiles(std::map<std::string, IFsFile*>& open_files, bool&
|
||||
}
|
||||
|
||||
str_map::iterator it_tids = extra.find("tids");
|
||||
if (it_tids != extra.begin())
|
||||
if (it_tids != extra.end())
|
||||
{
|
||||
std::vector<std::string> toks;
|
||||
Tokenize(it_tids->second, toks, ",");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user