提交 48de8903 编写于 作者: C Chris Lalancette

Remove a duplicated assignment in Xen PCI parsing.

Signed-off-by: NChris Lalancette <clalance@redhat.com>
上级 09cbae62
......@@ -1160,7 +1160,6 @@ xenXMDomainConfigParse(virConnectPtr conn, virConfPtr conf) {
goto skippci;
/* pci=['0000:00:1b.0','0000:00:13.0'] */
key = list->str;
if (!(key = list->str))
goto skippci;
if (!(nextkey = strchr(key, ':')))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册