提交 e007e764 编写于 作者: M Mikhail Feoktistov 提交者: Maxim Nestratov

vz: nseclabels member is moved to virDomainChrSourceDef struct

上级 06db9ff0
......@@ -2894,7 +2894,7 @@ static int prlsdkCheckSerialUnsupportedParams(virDomainChrDefPtr chr)
return -1;
}
if (chr->nseclabels > 0) {
if (chr->source->nseclabels > 0) {
virReportError(VIR_ERR_CONFIG_UNSUPPORTED, "%s",
_("Setting security labels is not "
"supported by vz driver."));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册