Commit 7df99eeb authored by Jondy Zhao's avatar Jondy Zhao

do not start default route detected thread

parent 100a8c56
...@@ -359,7 +359,7 @@ def main(): ...@@ -359,7 +359,7 @@ def main():
exit(1) exit(1)
t = threading.Thread(target=check_no_default_route) t = threading.Thread(target=check_no_default_route)
t.daemon = True t.daemon = True
t.start() # t.start()
if not sys.platform == 'cygwin': if not sys.platform == 'cygwin':
ip('route', 'unreachable', *x) ip('route', 'unreachable', *x)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment