diff options
author | teor <teor2345@gmail.com> | 2017-12-11 03:18:48 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2017-12-11 03:18:48 +1100 |
commit | 35055cfa7fcf11e3c5fae91368d4207d8d9b7333 (patch) | |
tree | d094e6e7e8af111224d1071a758ab8e37982eaf5 | |
parent | 241b676638285e63bd6e4ca5225444a4b16207be (diff) | |
download | tor-35055cfa7fcf11e3c5fae91368d4207d8d9b7333.tar.gz tor-35055cfa7fcf11e3c5fae91368d4207d8d9b7333.zip |
Update the comment in options_transition_affects_guards()
It referred to the an old function name.
Fixes #24575, bugfix on 0.3.0.
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index bcfac1dae2..23184af31e 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -1685,7 +1685,7 @@ options_transition_affects_guards(const or_options_t *old, const or_options_t *new) { /* NOTE: Make sure this function stays in sync with - * entry_guards_set_filtered_flags */ + * node_passes_guard_filter */ tor_assert(old); tor_assert(new); |