aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-18 16:11:03 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-18 16:11:03 +0000
commitecaee1d927bf721ecc70cee162cabba677e6affe (patch)
treec7e2bdd91345e3a272005b83ea246b6694ca6525 /src/or/main.c
parentf9133f2528756cd73416cd70cb233abdb3b52721 (diff)
downloadtor-ecaee1d927bf721ecc70cee162cabba677e6affe.tar
tor-ecaee1d927bf721ecc70cee162cabba677e6affe.tar.gz
Remove fixed xxx020s; downgrade unfixed ones.
(The unfixed ones are being downgraded to regular XXXs mainly on the rationale that they don't seem to be exploding Tor, and they were apparently not showstoppers for 0.2.0.x-final.) svn:r17682
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 3427cfd29..762e14f80 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -958,7 +958,7 @@ run_scheduled_events(time_t now)
*/
if (time_to_check_for_expired_networkstatus < now) {
networkstatus_t *ns = networkstatus_get_latest_consensus();
- /*XXXX020 this value needs to be the same as REASONABLY_LIVE_TIME in
+ /*XXXX RD: This value needs to be the same as REASONABLY_LIVE_TIME in
* networkstatus_get_reasonably_live_consensus(), but that value is way
* way too high. Arma: is the bridge issue there resolved yet? -NM */
#define NS_EXPIRY_SLOP (24*60*60)