r12632@catbus: nickm | 2007-05-02 14:59:55 -0400

Fix compilation-breaking r10092.


svn:r10093
This commit is contained in:
Nick Mathewson 2007-05-02 18:59:57 +00:00
parent 1b95bbdba6
commit 744d955bb3

View File

@ -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.