[tor-commits] [torflow/master] 4106 - undefined variable 'content_prefix'

mikeperry at torproject.org mikeperry at torproject.org
Wed Sep 28 22:38:12 UTC 2011


commit 92fcbd1f22ecaf30e92603908614b0dcad8a450d
Author: aagbsn <aagbsn at extc.org>
Date:   Tue Sep 27 11:47:20 2011 -0700

    4106 - undefined variable 'content_prefix'
    
    replaced content_prefix+".content" with:
    self.address_to_context(address)+".content",
---
 NetworkScanners/ExitAuthority/soat.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/NetworkScanners/ExitAuthority/soat.py b/NetworkScanners/ExitAuthority/soat.py
index d0956e6..c1ec89b 100755
--- a/NetworkScanners/ExitAuthority/soat.py
+++ b/NetworkScanners/ExitAuthority/soat.py
@@ -1347,7 +1347,7 @@ class BaseHTTPTest(Test):
       result = HttpTestResult(self.node_map[exit_node[1:]],
                               address, TEST_FAILURE, FAILURE_EXITTRUNCATION,
                               sha1sum.hexdigest(), psha1sum.hexdigest(),
-                              content_prefix+".content",
+                              self.address_to_context(address)+".content",
                               self.address_to_failed_prefix(address)+'.'+exit_node[1:]+'.content')
       retval = self.register_exit_failure(result)
 





More information about the tor-commits mailing list