[or-cvs] [bridgedb/master] Add a missing R.

Nick Mathewson nickm at seul.org
Mon Oct 12 22:40:39 UTC 2009


Author: Nick Mathewson <nickm at torproject.org>
Date: Mon, 12 Oct 2009 18:04:33 -0400
Subject: Add a missing R.
Commit: 691bf8c5e7cdba80c8ac00f6883ebf689f3b0118

---
 lib/bridgedb/Server.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/bridgedb/Server.py b/lib/bridgedb/Server.py
index fb118fa..61d3a01 100644
--- a/lib/bridgedb/Server.py
+++ b/lib/bridgedb/Server.py
@@ -253,7 +253,7 @@ def getMailResponse(lines, ctx):
     body = w.startbody("text/plain")
 
     if bridges:
-        with_fp = ctx.cfg.EMAIL_INCLUDE_FINGEPRINTS
+        with_fp = ctx.cfg.EMAIL_INCLUDE_FINGERPRINTS
         answer = "".join("  %s\n" % b.getConfigLine(with_fp) for b in bridges)
     else:
         answer = "(no bridges currently available)"
-- 
1.5.6.5



More information about the tor-commits mailing list