mirror of https://gitee.com/openkylin/libvirt.git
Remove a duplicated assignment in Xen PCI parsing.
Signed-off-by: Chris Lalancette <clalance@redhat.com>
This commit is contained in:
parent
09cbae6297
commit
48de890392
|
@ -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, ':')))
|
||||
|
|
Loading…
Reference in New Issue