[or-cvs] [torflow/master 52/92] Stopped saving empty result when no exit is used.

mikeperry at torproject.org mikeperry at torproject.org
Sat Aug 21 05:14:00 UTC 2010


Author: John M. Schanck <john at anomos.info>
Date: Sat, 31 Jul 2010 22:13:48 -0400
Subject: Stopped saving empty result when no exit is used.
Commit: acb916a7f35a66ef7918f5b12147da4f10833e11

---
 NetworkScanners/ExitAuthority/soat.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/NetworkScanners/ExitAuthority/soat.py b/NetworkScanners/ExitAuthority/soat.py
index b3cb010..1df2f27 100755
--- a/NetworkScanners/ExitAuthority/soat.py
+++ b/NetworkScanners/ExitAuthority/soat.py
@@ -1104,7 +1104,6 @@ class BaseHTTPTest(Test):
       if self.rescan_nodes:
         result.from_rescan = True
       self.results.append(result)
-      datahandler.saveResult(result)
 
       # Restore cookie jars
       self.cookie_jar = orig_cookie_jar
-- 
1.7.1




More information about the tor-commits mailing list