mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-22 22:03:39 +03:00
M #-: Fix Debian10 Compilation
(cherry picked from commit 7917df5046b67490aec99179fd10a4cc707558dd)
This commit is contained in:
parent
0f5d9bcf77
commit
304199ac80
@ -2806,7 +2806,8 @@ void LifeCycleManager::trigger_backup_success(int vid)
|
||||
/* ------------------------------------------------------------------ */
|
||||
/* Create Backup image if needed */
|
||||
/* ------------------------------------------------------------------ */
|
||||
int image_id = -1;
|
||||
int image_id = -1;
|
||||
int increments = -1;
|
||||
|
||||
std::set<int> delete_ids;
|
||||
|
||||
@ -2827,7 +2828,6 @@ void LifeCycleManager::trigger_backup_success(int vid)
|
||||
/* ------------------------------------------------------------------ */
|
||||
/* Update backup information for increments */
|
||||
/* ------------------------------------------------------------------ */
|
||||
int increments = -1;
|
||||
|
||||
if (mode == Backups::INCREMENT)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user