From: teor Date: Sun, 10 Dec 2017 16:18:48 +0000 (+1100) Subject: Update the comment in options_transition_affects_guards() X-Git-Tag: tor-0.3.3.1-alpha~140^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35055cfa7fcf11e3c5fae91368d4207d8d9b7333;p=thirdparty%2Ftor.git Update the comment in options_transition_affects_guards() It referred to the an old function name. Fixes #24575, bugfix on 0.3.0. --- 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);