aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/python/xen/xend/XendDomain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/xen/xend/XendDomain.py b/tools/python/xen/xend/XendDomain.py
index 69a9917b1f..c18c0f61cb 100644
--- a/tools/python/xen/xend/XendDomain.py
+++ b/tools/python/xen/xend/XendDomain.py
@@ -248,7 +248,7 @@ class XendDomain:
"""Restore a domain from the given file descriptor."""
try:
- XendCheckpoint.restore(self, fd)
+ return XendCheckpoint.restore(self, fd)
except Exception, ex:
log.exception("Restore failed")
raise