[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-3.0.4-testing] [TOOLS] Fix typo in XenDomainInfo:device_configure.



# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Date 1167995562 0
# Node ID e43affb3cf41b5643e8baaa202ec159a44fa59d0
# Parent  81bd18feacf864efb2d4dcd8666c4af1fe398bdf
[TOOLS] Fix typo in XenDomainInfo:device_configure.

Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxxxxx>

Based on xen-unstable changeset 13230:f890bbfc2d25d5cebeba8fee7baa1de1cfa75b12
---
 tools/python/xen/xend/XendDomainInfo.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 81bd18feacf8 -r e43affb3cf41 tools/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py   Thu Jan 04 15:50:08 2007 +0000
+++ b/tools/python/xen/xend/XendDomainInfo.py   Fri Jan 05 11:12:42 2007 +0000
@@ -490,7 +490,7 @@ class XendDomainInfo:
         # look up uuid of the device
         dev_control =  self.getDeviceController(deviceClass)
         dev_sxpr = dev_control.sxpr(devid)
-        dev_uuid = sxp.child_value(sxpr, 'uuid')
+        dev_uuid = sxp.child_value(dev_sxpr, 'uuid')
         if not dev_uuid:
             return False
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.