
12 Jul
2019
12 Jul
'19
7:55 a.m.
Signed-off-by: Ilias Stamatis <stamatis.iliass@gmail.com> --- src/test/test_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/test_driver.c b/src/test/test_driver.c index 90910060ed..6b39b78a93 100644 --- a/src/test/test_driver.c +++ b/src/test/test_driver.c @@ -2532,7 +2532,7 @@ static int testDomainSetMemoryFlags(virDomainPtr domain, static int testDomainSetMemory(virDomainPtr domain, unsigned long memory) { - return testDomainSetMemoryFlags(domain, memory, 0); + return testDomainSetMemoryFlags(domain, memory, VIR_DOMAIN_AFFECT_LIVE); } static int -- 2.22.0