mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Fix bug with no initialized values for PAE/ACPI in KVM driver
This commit is contained in:
parent
84b633b42b
commit
2e3306a7a3
@ -92,8 +92,8 @@ int LibVirtDriver::deployment_description_kvm(
|
||||
bool pae = false;
|
||||
bool acpi = false;
|
||||
|
||||
int pae_found;
|
||||
int acpi_found;
|
||||
int pae_found = 0;
|
||||
int acpi_found = 0;
|
||||
|
||||
const VectorAttribute * raw;
|
||||
string default_raw;
|
||||
|
Loading…
x
Reference in New Issue
Block a user