mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
M #-: Fix Debian10 Compilation
This commit is contained in:
parent
52b34e4333
commit
7917df5046
@ -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