tor

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

commit 030d3d52f5bf03d2e611c7f208a56b3e45d47210
parent 98682f689be39c833c8718d5983c3e8882b54228
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 11 Dec 2017 09:46:23 -0500

Merge remote-tracking branch 'teor/comment24575'

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