WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Fix handling of child in forkHelper.

# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID fe487b19c379a6f927fea4c01faa6e039594864e
# Parent  4321438e92a7bc87d9d9d6c6be4624acb0280883
Fix handling of child in forkHelper.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r 4321438e92a7 -r fe487b19c379 tools/python/xen/xend/XendCheckpoint.py
--- a/tools/python/xen/xend/XendCheckpoint.py   Wed Nov  2 15:43:32 2005
+++ b/tools/python/xen/xend/XendCheckpoint.py   Thu Nov  3 01:44:41 2005
@@ -177,7 +177,7 @@
     if closeToChild:
         child.tochild.close()
 
-    thread = threading.Thread(target = slurp, args = (child.childerr))
+    thread = threading.Thread(target = slurp, args = (child.childerr,))
     thread.start()
 
     try:

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix handling of child in forkHelper., Xen patchbot -unstable <=