提交 58f8e0cd 编写于 作者: O Osier Yang

qemu: Don't remove the "return 0"

Commit f60a50c7 intended to remove the warning only, but not with
the "return 0" together.
上级 995bf76d
......@@ -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;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册