提交 cfe49446 编写于 作者: M Matthias Bolte

Fix compilation of virt-aa-helper.c

Commit 5073aa99 added an additional
'}' to a case block that messed up the block structure of the get_files
function.
上级 02765872
...@@ -851,7 +851,6 @@ get_files(vahControl * ctl) ...@@ -851,7 +851,6 @@ get_files(vahControl * ctl)
if (rc != 0) if (rc != 0)
goto clean; goto clean;
break; break;
}
} }
/* TODO: update so files in /sys are readonly /* TODO: update so files in /sys are readonly
case VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_PCI: { case VIR_DOMAIN_HOSTDEV_SUBSYS_TYPE_PCI: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册