[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r9695: Note a piece of code that needs to get resolved, before we f (in tor/trunk: . src/or)



Author: nickm
Date: 2007-02-28 19:41:33 -0500 (Wed, 28 Feb 2007)
New Revision: 9695

Modified:
   tor/trunk/
   tor/trunk/src/or/dirserv.c
Log:
 r12013@catbus:  nickm | 2007-02-28 18:26:13 -0500
 Note a piece of code that needs to get resolved, before we forget it.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r12013] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/src/or/dirserv.c
===================================================================
--- tor/trunk/src/or/dirserv.c	2007-03-01 00:41:28 UTC (rev 9694)
+++ tor/trunk/src/or/dirserv.c	2007-03-01 00:41:33 UTC (rev 9695)
@@ -1968,6 +1968,8 @@
 dirserv_test_reachability(int try_all)
 {
   time_t now = time(NULL);
+  /* XXXX012 decide what to do here; see or-talk thread "purging old router
+   * information, revocation." */
 //  time_t cutoff = now - ROUTER_MAX_AGE_TO_PUBLISH;
   routerlist_t *rl = router_get_routerlist();
   static char ctr = 0;