diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-07-14 10:59:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-14 10:59:30 -0400 |
commit | 2b33e8037e7ae5e947ce3186a06c90478de6c7e2 (patch) | |
tree | 45e365d81b5be942fb4364755ad1b6247a2e9d46 /src/feature/client | |
parent | 1d554e4bafcff076c0ebba34b8292dea44c6dd06 (diff) | |
parent | 268d01ada5f4a11c5d8e63215288eb593dbfb9ed (diff) | |
download | tor-2b33e8037e7ae5e947ce3186a06c90478de6c7e2.tar.gz tor-2b33e8037e7ae5e947ce3186a06c90478de6c7e2.zip |
Merge branch 'ticket40033_045_01_squashed'
Diffstat (limited to 'src/feature/client')
-rw-r--r-- | src/feature/client/entrynodes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/feature/client/entrynodes.c b/src/feature/client/entrynodes.c index 6e8259142d..9b20684bf7 100644 --- a/src/feature/client/entrynodes.c +++ b/src/feature/client/entrynodes.c @@ -1576,12 +1576,12 @@ guard_create_exit_restriction(const uint8_t *exit_id) } /** If we have fewer than this many possible usable guards, don't set - * MD-availability-based restrictions: we might blacklist all of them. */ + * MD-availability-based restrictions: we might denylist all of them. */ #define MIN_GUARDS_FOR_MD_RESTRICTION 10 /** Return true if we should set md dirserver restrictions. We might not want * to set those if our guard options are too restricted, since we don't want - * to blacklist all of them. */ + * to denylist all of them. */ static int should_set_md_dirserver_restriction(void) { |