[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r13654: Defer a couple of XXX020rc items, based on recommendation fr (in tor/trunk: . src/or)
Author: nickm
Date: 2008-02-21 10:39:24 -0500 (Thu, 21 Feb 2008)
New Revision: 13654
Modified:
tor/trunk/
tor/trunk/src/or/directory.c
tor/trunk/src/or/dns.c
Log:
r14356@31-33-219: nickm | 2008-02-21 10:38:26 -0500
Defer a couple of XXX020rc items, based on recommendation from arma.
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r14356] on 49666b30-7950-49c5-bedf-9dc8f3168102
Modified: tor/trunk/src/or/directory.c
===================================================================
--- tor/trunk/src/or/directory.c 2008-02-21 14:33:20 UTC (rev 13653)
+++ tor/trunk/src/or/directory.c 2008-02-21 15:39:24 UTC (rev 13654)
@@ -1680,10 +1680,8 @@
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);
Modified: tor/trunk/src/or/dns.c
===================================================================
--- tor/trunk/src/or/dns.c 2008-02-21 14:33:20 UTC (rev 13653)
+++ tor/trunk/src/or/dns.c 2008-02-21 15:39:24 UTC (rev 13654)
@@ -586,7 +586,7 @@
if (!exitconn->_base.marked_for_close) {
connection_free(TO_CONN(exitconn));
- //XXX020rc ... and we just leak exitconn otherwise? -RD
+ //XXX020 ... and we just leak exitconn otherwise? -RD
// If it's marked for close, it's on closeable_connection_lst in
// main.c. If it's on the closeable list, it will get freed from
// main.c. -NM