aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/directory.c')
-rw-r--r--src/or/directory.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/or/directory.c b/src/or/directory.c
index a1473135a7..b0c920f0e4 100644
--- a/src/or/directory.c
+++ b/src/or/directory.c
@@ -1680,10 +1680,8 @@ connection_dir_client_reached_eof(dir_connection_t *conn)
int rejected = 0;
if (rejected_hdr) {
if (!strcmp(rejected_hdr, "Yes")) {
- /* XXXX020rc use this information; be sure to upload next one
- * sooner. -NM Given that we don't know of any bugs here, and
- * it's more insuring against the future, could this wait
- * until 0.2.1? -RD */
+ /* XXXX021 use this information; be sure to upload next one
+ * sooner. -NM */
rejected = 1;
}
tor_free(rejected_hdr);