[or-cvs] r17010: {tor} a few more tweaks (tor/trunk/src/or)

arma at seul.org arma at seul.org
Tue Sep 30 09:32:27 UTC 2008


Author: arma
Date: 2008-09-30 05:32:26 -0400 (Tue, 30 Sep 2008)
New Revision: 17010

Modified:
   tor/trunk/src/or/dirserv.c
   tor/trunk/src/or/rephist.c
Log:
a few more tweaks


Modified: tor/trunk/src/or/dirserv.c
===================================================================
--- tor/trunk/src/or/dirserv.c	2008-09-30 08:45:40 UTC (rev 17009)
+++ tor/trunk/src/or/dirserv.c	2008-09-30 09:32:26 UTC (rev 17010)
@@ -1660,7 +1660,7 @@
 {
   if (need_uptime) {
     if (!enough_mtbf_info) {
-      /* XXXX Once most authorities are on v3, we should change the rule from
+      /* XXX021 Once most authorities are on v3, we should change the rule from
        * "use uptime if we don't have mtbf data" to "don't advertise Stable on
        * v3 if we don't have enough mtbf data." */
       long uptime = real_uptime(router, now);

Modified: tor/trunk/src/or/rephist.c
===================================================================
--- tor/trunk/src/or/rephist.c	2008-09-30 08:45:40 UTC (rev 17009)
+++ tor/trunk/src/or/rephist.c	2008-09-30 09:32:26 UTC (rev 17010)
@@ -857,7 +857,7 @@
       tor_snprintf(header_buf, sizeof(header_buf),
                    "router %s %s %s\n"
                    "published %s\n"
-                   "relevant-flags%s%s%s\n"
+                   "relevant-flags %s%s%s\n"
                    "declared-uptime %ld\n",
                    dbuf, ri->nickname, ip,
                    tbuf,



More information about the tor-commits mailing list