Browse Source

Fix a typo in the stop code

Nick Mathewson 10 years ago
parent
commit
618ae49063
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/chutney/TorNet.py

+ 1 - 1
lib/chutney/TorNet.py

@@ -624,7 +624,7 @@ class Network(object):
                 sys.stdout.write(".")
                 sys.stdout.flush()
             for c in controllers:
-                n.check(listNonRunning=False)
+                c.check(listNonRunning=False)
 
     def verify(self):
         sys.stdout.write("Verifying data transmission: ")