This commit is contained in:
@@ -137,7 +137,7 @@ std::set<std::string> list_backups(const std::string &server_name, const std::st
|
||||
return backups;
|
||||
}
|
||||
|
||||
std::string backups_dir = gConfig().get_local_backup_path();
|
||||
std::string backups_dir = localpath::backups();
|
||||
if (backups_dir.empty())
|
||||
return backups;
|
||||
|
||||
|
Reference in New Issue
Block a user