[or-cvs] r10093: Fix compilation-breaking r10092. (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Wed May 2 18:59:58 UTC 2007


Author: nickm
Date: 2007-05-02 14:59:57 -0400 (Wed, 02 May 2007)
New Revision: 10093

Modified:
   tor/trunk/
   tor/trunk/src/or/main.c
Log:
 r12632 at catbus:  nickm | 2007-05-02 14:59:55 -0400
 Fix compilation-breaking r10092.



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

Modified: tor/trunk/src/or/main.c
===================================================================
--- tor/trunk/src/or/main.c	2007-05-02 09:12:04 UTC (rev 10092)
+++ tor/trunk/src/or/main.c	2007-05-02 18:59:57 UTC (rev 10093)
@@ -965,7 +965,7 @@
     routerlist_remove_old_routers();
     networkstatus_list_clean(now);
     networkstatus_list_update_recent(now);
-    routers_update_all_from_networkstatus();
+    routers_update_all_from_networkstatus(now);
 
     /* Also, once per minute, check whether we want to download any
      * networkstatus documents.



More information about the tor-commits mailing list