Browse Source

Update the comment in options_transition_affects_guards()

It referred to the an old function name.

Fixes #24575, bugfix on 0.3.0.
teor 6 years ago
parent
commit
35055cfa7f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/config.c

+ 1 - 1
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);