[libvirt] [PATCH] Remove a duplicated assignment in Xen PCI parsing.

Chris Lalancette clalance at redhat.com
Fri Aug 7 09:06:25 UTC 2009


Signed-off-by: Chris Lalancette <clalance at redhat.com>
---
 src/xm_internal.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/xm_internal.c b/src/xm_internal.c
index b7f9e67..71b852e 100644
--- a/src/xm_internal.c
+++ b/src/xm_internal.c
@@ -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, ':')))
-- 
1.6.0.6




More information about the libvir-list mailing list