[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [torflow/master 52/92] Stopped saving empty result when no exit is used.
Author: John M. Schanck <john@xxxxxxxxxxx>
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