tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 35055cfa7fcf11e3c5fae91368d4207d8d9b7333
parent 241b676638285e63bd6e4ca5225444a4b16207be
Author: teor <teor2345@gmail.com>
Date:   Mon, 11 Dec 2017 03:18:48 +1100

Update the comment in options_transition_affects_guards()

It referred to the an old function name.

Fixes #24575, bugfix on 0.3.0.

Diffstat:
Msrc/or/config.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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);