tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit e16f5184dad6d0052df37496327e2652d9c79d00
parent 30279a7c575d2b27055e511a2f8cf84336387bb8
Author: Neel Chauhan <neel@neelc.org>
Date:   Thu, 11 Apr 2019 20:32:38 -0400

Fix grammar in bug24490 changes file

Diffstat:
Mchanges/bug24490 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/changes/bug24490 b/changes/bug24490 @@ -1,5 +1,5 @@ o Minor bugfixes (bridge authority): - We set bridges as running in a callback which runs every 5 minutes. - Previously, we set bridges as running in a GETINFO controller as + Previously, we set bridges as running in a GETINFO controller, but these shouldn't modify vital data structures. Fixes bug 24490; bugfix on 0.2.0.13-alpha. Patch by Neel Chauhan