diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2018-11-11 20:24:07 +0200 |
---|---|---|
committer | rl1987 <rl1987@sdf.lonestar.org> | 2018-11-11 20:31:24 +0200 |
commit | 100136ca8624151605601d80b63746cfaeb6df47 (patch) | |
tree | 20a18868ecd2a259cbd222ca30c1a83c8a207828 /changes/bug27929 | |
parent | e27dff08a344fdd31ac0ab6827deb5b501093bce (diff) | |
download | tor-100136ca8624151605601d80b63746cfaeb6df47.tar.gz tor-100136ca8624151605601d80b63746cfaeb6df47.zip |
Create new periodic event for pruning old info about Tor routers
Diffstat (limited to 'changes/bug27929')
-rw-r--r-- | changes/bug27929 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug27929 b/changes/bug27929 new file mode 100644 index 0000000000..a97d18f202 --- /dev/null +++ b/changes/bug27929 @@ -0,0 +1,5 @@ + o Minor bugfixes (periodic events): + - Refrain from calling routerlist_remove_old_routers() from + check_descriptor_callback(). Instead, create a new periodic + event that will run every minute even if Tor is not configured + as onion router. Fixes bug 27929; bugfix on 0.2.8.1-alpha. |