Merge branch 'maint-0.3.0' into release-0.3.0

This commit is contained in:
Roger Dingledine 2017-05-10 17:36:14 -04:00
commit f8f34a8220
1 changed files with 1 additions and 0 deletions

View File

@ -2444,6 +2444,7 @@ int
client_would_use_router(const routerstatus_t *rs, time_t now,
const or_options_t *options)
{
(void) options; /* unused */
if (!rs->is_flagged_running) {
/* If we had this router descriptor, we wouldn't even bother using it.
* (Fetching and storing depends on by we_want_to_fetch_flavor().) */