[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.