summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
diff options
context:
space:
mode:
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) {