diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-12-14 15:44:56 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-14 15:44:56 -0500 |
commit | 4f8a0ed62dd08447d0c8bde7bf93135eb997bab5 (patch) | |
tree | a5c7881b6ca74dff55047de055c7baffcbb5b979 | |
parent | 0f105d69fc79aae00df305a7a76a74652ebab947 (diff) | |
download | tor-4f8a0ed62dd08447d0c8bde7bf93135eb997bab5.tar.gz tor-4f8a0ed62dd08447d0c8bde7bf93135eb997bab5.zip |
Partial revert of 2b48b5363f9aa5bd1 -- didn't mean to commit this
yet
-rw-r--r-- | src/or/config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 2da7bd5252..d8f71a0193 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) { |