[tor-commits] [tor/master] Update the comment in options_transition_affects_guards()
nickm at torproject.org
nickm at torproject.org
Mon Dec 11 14:46:28 UTC 2017
commit 35055cfa7fcf11e3c5fae91368d4207d8d9b7333
Author: teor <teor2345 at gmail.com>
Date: Mon Dec 11 03:18:48 2017 +1100
Update the comment in options_transition_affects_guards()
It referred to the an old function name.
Fixes #24575, bugfix on 0.3.0.
---
src/or/config.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/config.c b/src/or/config.c
index bcfac1dae..23184af31 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);
More information about the tor-commits
mailing list