[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [TOOLS] Fix typo in XenDomainInfo:device_configure.
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxxxxx> # Date 1167993585 0 # Node ID f890bbfc2d25d5cebeba8fee7baa1de1cfa75b12 # Parent 532b5b999b30145a61e3a447ec8c5535de54acf2 [TOOLS] Fix typo in XenDomainInfo:device_configure. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxxxxx> --- tools/python/xen/xend/XendDomainInfo.py | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 532b5b999b30 -r f890bbfc2d25 tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Thu Jan 04 16:42:44 2007 +0000 +++ b/tools/python/xen/xend/XendDomainInfo.py Fri Jan 05 10:39:45 2007 +0000 @@ -511,7 +511,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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |