Browse Source

r12632@catbus: nickm | 2007-05-02 14:59:55 -0400
Fix compilation-breaking r10092.


svn:r10093

Nick Mathewson 18 years ago
parent
commit
744d955bb3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/main.c

+ 1 - 1
src/or/main.c

@@ -965,7 +965,7 @@ run_scheduled_events(time_t now)
     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.