[tor-commits] [tor/release-0.3.2] Partial revert of 2b48b5363f9aa5bd1 -- didn't mean to commit this
nickm at torproject.org
nickm at torproject.org
Thu Dec 14 20:45:16 UTC 2017
commit 4f8a0ed62dd08447d0c8bde7bf93135eb997bab5
Author: Nick Mathewson <nickm at torproject.org>
Date: Thu Dec 14 15:44:56 2017 -0500
Partial revert of 2b48b5363f9aa5bd1 -- didn't mean to commit this
yet
---
src/or/config.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/or/config.c b/src/or/config.c
index 2da7bd525..d8f71a019 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -1957,7 +1957,6 @@ options_act(const or_options_t *old_options)
if (guards_update_all()) {
abandon_circuits = 1;
}
- router_dir_info_changed();
}
if (abandon_circuits) {
More information about the tor-commits
mailing list