summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-01-04 19:47:21 +0000
committerNick Mathewson <nickm@torproject.org>2009-01-04 19:47:21 +0000
commit92ce533f71428c324cadcd4e8feae933a8622a81 (patch)
tree3906afce8c442fa61420d8f9844b3b77c98bbd9a /src/or/dirserv.c
parent9c94b428d9f30f1c5a493856cfea293c634a3c9f (diff)
downloadtor-92ce533f71428c324cadcd4e8feae933a8622a81.tar.gz
tor-92ce533f71428c324cadcd4e8feae933a8622a81.zip
Another round of downgrading removing or postponing XXXX021 issues. Some remain, though.
svn:r17888
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r--src/or/dirserv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index 4f8ad01ea4..00ebf5d14a 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -1873,8 +1873,8 @@ version_from_platform(const char *platform)
if (platform && !strcmpstart(platform, "Tor ")) {
const char *eos = find_whitespace(platform+4);
if (eos && !strcmpstart(eos, " (r")) {
- /* XXXX021 Unify this logic with the other version extraction
- * logic */
+ /* XXXX Unify this logic with the other version extraction
+ * logic in routerparse.c. */
eos = find_whitespace(eos+1);
}
if (eos) {