diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-15 19:20:53 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-15 19:20:53 +0000 |
commit | ff64e78b20177857208ab4e1bacdf4103e983126 (patch) | |
tree | 3a7918443bf2105b9685625647ad66d602ffc4d6 /src/or/rephist.c | |
parent | 275bb57a777e8c67ad1672a603c2056bd9795cca (diff) | |
download | tor-ff64e78b20177857208ab4e1bacdf4103e983126.tar.gz tor-ff64e78b20177857208ab4e1bacdf4103e983126.zip |
r14170@tombo: nickm | 2008-02-15 11:50:38 -0500
Fix or downgrade a bunch of xxx020 items.
svn:r13527
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r-- | src/or/rephist.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index a5746697e6..34d51261eb 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -678,8 +678,9 @@ rep_hist_record_mtbf_data(void) PUT("data\n"); - /* XXX020 Nick: now bridge auths record this for all routers too. - * Should we make them record it only for bridge routers? */ + /* XXX021 Nick: now bridge auths record this for all routers too. + * Should we make them record it only for bridge routers? -RD + * Not for 0.2.0. -NM */ for (orhist_it = digestmap_iter_init(history_map); !digestmap_iter_done(orhist_it); orhist_it = digestmap_iter_next(history_map,orhist_it)) { |