[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r13641: answer one of nick's XXX020rc's usefully (tor/trunk/src/or)
Author: arma
Date: 2008-02-21 00:38:19 -0500 (Thu, 21 Feb 2008)
New Revision: 13641
Modified:
tor/trunk/src/or/directory.c
Log:
answer one of nick's XXX020rc's usefully
Modified: tor/trunk/src/or/directory.c
===================================================================
--- tor/trunk/src/or/directory.c 2008-02-21 04:30:14 UTC (rev 13640)
+++ tor/trunk/src/or/directory.c 2008-02-21 05:38:19 UTC (rev 13641)
@@ -1679,7 +1679,9 @@
if (rejected_hdr) {
if (!strcmp(rejected_hdr, "Yes")) {
/* XXXX020rc use this information; be sure to upload next one
- * sooner. */
+ * 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 */
rejected = 1;
}
tor_free(rejected_hdr);