diff options
author | Roger Dingledine <arma@torproject.org> | 2006-04-08 21:48:14 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-04-08 21:48:14 +0000 |
commit | a5896504968030da2496e0675197f2cd17cdabb4 (patch) | |
tree | 0d5b62490f1070f182e2fa59c827e72448f58893 /src/or/routerlist.c | |
parent | 2a94c8b4934bbe5054c7b78bbb03223da4724205 (diff) | |
download | tor-a5896504968030da2496e0675197f2cd17cdabb4.tar tor-a5896504968030da2496e0675197f2cd17cdabb4.tar.gz |
i like the name FetchUselessDescriptors better.
svn:r6327
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 53bca8845..43bd5740d 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -3251,7 +3251,7 @@ client_would_use_router(routerstatus_t *rs, time_t now) /* This one is too old to consider. */ return 0; } - if (!rs->is_running && !get_options()->FetchUselessRouters) { + if (!rs->is_running && !get_options()->FetchUselessDescriptors) { /* If we had this router descriptor, we wouldn't even bother using it. * But, if we want to have a complete list, fetch it anyway. */ return 0; |