mirror of
https://github.com/libvirt/libvirt.git
synced 2026-07-29 15:54:48 -05:00
Renamed functions in xenxs
This commit is contained in:
@@ -40,7 +40,7 @@ static int testCompareFiles(const char *xml, const char *sexpr,
|
||||
VIR_DOMAIN_XML_INACTIVE)))
|
||||
goto fail;
|
||||
|
||||
if (!(gotsexpr = xenDaemonFormatSxpr(NULL, def, xendConfigVersion)))
|
||||
if (!(gotsexpr = xenFormatSxpr(NULL, def, xendConfigVersion)))
|
||||
goto fail;
|
||||
|
||||
if (STRNEQ(sexprData, gotsexpr)) {
|
||||
|
||||
Reference in New Issue
Block a user