From d2a6ffdc548bac8be83e4be49ced5474b2b1acd2 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 9 Jun 2010 07:55:19 +0100 Subject: [PATCH] xend: Remove use of non-existent xc.handle() function. Signed-off-by: Keir Fraser --- tools/python/xen/xend/XendCheckpoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/XendCheckpoint.py b/tools/python/xen/xend/XendCheckpoint.py index 1cb1cab1b7..10ed67f807 100644 --- a/tools/python/xen/xend/XendCheckpoint.py +++ b/tools/python/xen/xend/XendCheckpoint.py @@ -360,7 +360,7 @@ class RestoreInputHandler: def forkHelper(cmd, fd, inputHandler, closeToChild): - child = xPopen3(cmd, True, -1, [fd, xc.handle()]) + child = xPopen3(cmd, True, -1, [fd]) if closeToChild: child.tochild.close() -- 2.39.5