mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-04-01 20:05:19 +00:00
qemu: Don't remove the "return 0"
Commit f60a50c7957 intended to remove the warning only, but not with the "return 0" together.
This commit is contained in:
parent
995bf76d17
commit
58f8e0cd58
@ -471,6 +471,8 @@ qemuSetupMemoryCgroup(virDomainObjPtr vm)
|
||||
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
|
||||
_("Memory cgroup is not available on this host"));
|
||||
return -1;
|
||||
} else {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user