commit 1e683fea7f76a45d56212d5d554f149f87e4ed3d
Author: Karsten Loesing <[email protected]>
Date:   Wed May 30 17:37:37 2012 +0200

    Don't scrub entry-* lines from bridge descriptors, either.
---
 .../ernie/db/SanitizedBridgesWriter.java           |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/org/torproject/ernie/db/SanitizedBridgesWriter.java 
b/src/org/torproject/ernie/db/SanitizedBridgesWriter.java
index ba33026..d138dbc 100644
--- a/src/org/torproject/ernie/db/SanitizedBridgesWriter.java
+++ b/src/org/torproject/ernie/db/SanitizedBridgesWriter.java
@@ -771,6 +771,7 @@ public class SanitizedBridgesWriter {
             || line.startsWith("bridge-")
             || line.startsWith("dirreq-")
             || line.startsWith("cell-")
+            || line.startsWith("entry-")
             || line.startsWith("exit-")) {
           scrubbed.append(line + "\n");
 

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to