mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 14:43:46 +01:00
Merge branch 'maint-0.3.0'
This commit is contained in:
commit
2330a3713d
@ -2472,6 +2472,7 @@ int
|
|||||||
client_would_use_router(const routerstatus_t *rs, time_t now,
|
client_would_use_router(const routerstatus_t *rs, time_t now,
|
||||||
const or_options_t *options)
|
const or_options_t *options)
|
||||||
{
|
{
|
||||||
|
(void) options; /* unused */
|
||||||
if (!rs->is_flagged_running) {
|
if (!rs->is_flagged_running) {
|
||||||
/* If we had this router descriptor, we wouldn't even bother using it.
|
/* If we had this router descriptor, we wouldn't even bother using it.
|
||||||
* (Fetching and storing depends on by we_want_to_fetch_flavor().) */
|
* (Fetching and storing depends on by we_want_to_fetch_flavor().) */
|
||||||
|
Loading…
Reference in New Issue
Block a user