summaryrefslogtreecommitdiff
path: root/tests/xml2vmxtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xml2vmxtest.c')
-rw-r--r--tests/xml2vmxtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xml2vmxtest.c b/tests/xml2vmxtest.c
index 344b097be9..5195ffa6dc 100644
--- a/tests/xml2vmxtest.c
+++ b/tests/xml2vmxtest.c
@@ -240,7 +240,7 @@ mymain(void)
return EXIT_FAILURE;
}
- if (!(xmlopt = virDomainXMLOptionNew(NULL, NULL)))
+ if (!(xmlopt = virDomainXMLOptionNew(NULL, NULL, NULL)))
return EXIT_FAILURE;
ctx.opaque = NULL;