mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
bug #4731: bug adding default SPICE_OPTIONS
(cherry picked from commit 139bc99caaaa2dcfbe8e83e38c8d0a3c0be2c636)
This commit is contained in:
parent
617be96263
commit
7cad9e51b2
@ -970,7 +970,7 @@ int LibVirtDriver::deployment_description_kvm(
|
||||
{
|
||||
get_default("SPICE_OPTIONS", spice_options);
|
||||
|
||||
if (spice_options.empty())
|
||||
if (!spice_options.empty())
|
||||
{
|
||||
file << "\t\t" << spice_options << endl;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user