[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [obfs-flash/master] use the autokill workaround mentioned in 10006
commit 14f5823a0965b29aa8b41682295b1a75ab78c152
Author: Ximin Luo <infinity0@xxxxxxx>
Date: Tue Oct 29 21:09:57 2013 +0000
use the autokill workaround mentioned in 10006
---
obfs-flash-client | 2 ++
1 file changed, 2 insertions(+)
diff --git a/obfs-flash-client b/obfs-flash-client
index 93d2223..4f44bbc 100755
--- a/obfs-flash-client
+++ b/obfs-flash-client
@@ -7,6 +7,8 @@ import sys
from collections import namedtuple
from functools import partial
+if sys.platform == 'win32':
+ os.environ["KILL_CHILDREN_ON_DEATH"] = "1"
from pyptlib.util import parse_addr_spec
from pyptlib.util.subproc import auto_killall, Popen
from pyptlib.client import ClientTransportPlugin
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits