]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r12013@catbus: nickm | 2007-02-28 18:26:13 -0500
authorNick Mathewson <nickm@torproject.org>
Thu, 1 Mar 2007 00:41:33 +0000 (00:41 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 1 Mar 2007 00:41:33 +0000 (00:41 +0000)
 Note a piece of code that needs to get resolved, before we forget it.

svn:r9695

src/or/dirserv.c

index cfd5ab12a7831b8e0b0a4dfc6d9bf52e822935b0..71fc331d2e4e8b07de9e5ebe4ed1c0d32b840f08 100644 (file)
@@ -1968,6 +1968,8 @@ void
 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;