[tor-commits] [nyx/master] Controller now quits successfully

atagar at torproject.org atagar at torproject.org
Thu Mar 3 16:09:24 UTC 2016


commit 0718b5c0cb0d1f391aa09a13b4addd147cc08872
Author: Sambuddha Basu <sambuddhabasu1 at gmail.com>
Date:   Wed Mar 2 13:16:05 2016 -0500

    Controller now quits successfully
---
 nyx/starter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nyx/starter.py b/nyx/starter.py
index 326bd82..6a88912 100644
--- a/nyx/starter.py
+++ b/nyx/starter.py
@@ -274,7 +274,7 @@ def _shutdown_daemons(controller):
   for thread in halt_threads:
     thread.join()
 
-  controller.close()
+  controller.quit()
 
 
 if __name__ == '__main__':



More information about the tor-commits mailing list