1
0
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:
Ruben S. Montero 2013-02-28 03:24:07 +01:00
parent 84b633b42b
commit 2e3306a7a3

View File

@ -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;