]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update the comment in options_transition_affects_guards()
authorteor <teor2345@gmail.com>
Sun, 10 Dec 2017 16:18:48 +0000 (03:18 +1100)
committerteor <teor2345@gmail.com>
Sun, 10 Dec 2017 16:18:48 +0000 (03:18 +1100)
It referred to the an old function name.

Fixes #24575, bugfix on 0.3.0.

src/or/config.c

index bcfac1dae27693cfd30f874c2bbcdc2ca1f036c2..23184af31e1f1d73eb064eed9a929522545685e1 100644 (file)
@@ -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);