'xmlIndentTreeOutput' is now deprecated by libxml2.
The default value set by libxml2 is '1', and the vbox driver resides
only inside the standalone daemon where the value will not be changed by
us thus there's no observable change in behaviour.
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
g_auto(GStrv) secondRegex = NULL;
int secondRegexResult = 0;
const int parseFlags = XML_PARSE_NONET | XML_PARSE_NOBLANKS;
- int oldIndentTreeOutput = xmlIndentTreeOutput;
-
- xmlIndentTreeOutput = 1;
if (machine == NULL) {
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
ret = 0;
cleanup:
- xmlIndentTreeOutput = oldIndentTreeOutput;
-
VIR_FREE(currentSnapshot);
VIR_FREE(timeStamp);