aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.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/directory.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/directory.c')
-rw-r--r--src/or/directory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/directory.c b/src/or/directory.c
index 8e46db3fe3..34dcdd603b 100644
--- a/src/or/directory.c
+++ b/src/or/directory.c
@@ -342,7 +342,7 @@ directory_get_from_dirserver(uint8_t dir_purpose, uint8_t router_purpose,
if (!get_via_tor) {
if (options->UseBridges && type != BRIDGE_AUTHORITY) {
/* want to ask a running bridge for which we have a descriptor. */
- /* XXX021 we assume that all of our bridges can answer any
+ /* XXX022 we assume that all of our bridges can answer any
* possible directory question. This won't be true forever. -RD */
/* It certainly is not true with conditional consensus downloading,
* so, for now, never assume the server supports that. */
@@ -2606,7 +2606,7 @@ directory_handle_command_get(dir_connection_t *conn, const char *headers,
ssize_t estimated_len = 0;
smartlist_t *items = smartlist_create();
smartlist_t *dir_items = smartlist_create();
- int lifetime = 60; /* XXXX021 should actually use vote intervals. */
+ int lifetime = 60; /* XXXX022 should actually use vote intervals. */
url += strlen("/tor/status-vote/");
current = !strcmpstart(url, "current/");
url = strchr(url, '/');