Files
libguestfs/p2v
Richard W.M. Jones 44ca9d563a launch: libvirt / p2v: Fix empty_element macro.
The empty_element macro was not safe when used in a "naked" if
statement such as:

  if (config->flags & FLAG_ACPI) empty_element ("acpi");

Fix the macro so it uses do { ... } while (0) to make it safe here.
2014-09-03 14:01:20 +01:00
..
2014-05-15 22:05:39 +01:00
2014-05-15 22:05:39 +01:00
2014-09-01 17:26:27 +01:00
2014-05-15 22:05:39 +01:00