diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-15 09:37:40 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-15 15:07:52 -0400 |
commit | 2491fff5a6fda1c1e2044d332e551907a579929d (patch) | |
tree | cc8dac418a9ae68b9e7ec717f3a8764d532584be /src/or/rephist.c | |
parent | 8030ec4f272d470b9d01b7095f17252aaca163c2 (diff) | |
download | tor-2491fff5a6fda1c1e2044d332e551907a579929d.tar.gz tor-2491fff5a6fda1c1e2044d332e551907a579929d.zip |
Triage the XXX023 and XXX022 comments: postpone many.
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index 341a5a3e98..720d14cf45 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -588,7 +588,7 @@ rep_hist_get_weighted_time_known(const char *id, time_t when) int rep_hist_have_measured_enough_stability(void) { - /* XXXX022 This doesn't do so well when we change our opinion + /* XXXX023 This doesn't do so well when we change our opinion * as to whether we're tracking router stability. */ return started_tracking_stability < time(NULL) - 4*60*60; } |