[TOOLS] Fix typo in XenDomainInfo:device_configure.
authorIan Campbell <ian.campbell@xensource.com>
Fri, 5 Jan 2007 10:39:45 +0000 (10:39 +0000)
committerIan Campbell <ian.campbell@xensource.com>
Fri, 5 Jan 2007 10:39:45 +0000 (10:39 +0000)
Signed-off-by: Ian Campbell <ian.campbell@xensource.com>
tools/python/xen/xend/XendDomainInfo.py

index 46386871fa6f0e6d054d482783cb581d5cead0d0..8185d935762cbf0cbd5c6b7b97d4e7befa48c713 100644 (file)
@@ -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