mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
fix grammar in comment
This commit is contained in:
parent
36d8a2535e
commit
dd7a27d17e
@ -3503,7 +3503,7 @@ choose_good_entry_server(uint8_t purpose, cpath_build_state_t *state)
|
||||
|
||||
if (state && options->UseEntryGuards &&
|
||||
(purpose != CIRCUIT_PURPOSE_TESTING || options->BridgeRelay)) {
|
||||
/* This is request for an entry server to use for a regular circuit,
|
||||
/* This request is for an entry server to use for a regular circuit,
|
||||
* and we use entry guard nodes. Just return one of the guard nodes. */
|
||||
return choose_random_entry(state);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user