Skip to content

Commit

Permalink
bug #4731: bug adding default SPICE_OPTIONS
Browse files Browse the repository at this point in the history
(cherry picked from commit 139bc99)
  • Loading branch information
jfontan committed Aug 22, 2016
1 parent 617be96 commit 7cad9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vmm/LibVirtDriverKVM.cc
Expand Up @@ -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;
}
Expand Down

0 comments on commit 7cad9e5

Please sign in to comment.