Stop setting bridges running in networkstatus_getinfo_by_purpose()

This commit is contained in:
Neel Chauhan
2019-04-03 11:36:52 -04:00
parent 4efbb5d2c1
commit d4d77b277e
4 changed files with 33 additions and 7 deletions
+5
View File
@@ -0,0 +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
these shouldn't modify vital data structures. Fixes bug 24490;
bugfix on 0.2.0.13-alpha. Patch by Neel Chauhan