mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
make r12871 do what i meant
svn:r12886
This commit is contained in:
parent
2f922937d3
commit
acd8bc1fd9
@ -1115,7 +1115,7 @@ run_scheduled_events(time_t now)
|
||||
/** 10b. write bridge networkstatus file to disk */
|
||||
if (options->BridgeAuthoritativeDir &&
|
||||
time_to_write_bridge_status_file < now) {
|
||||
hs_usage_write_statistics_to_file(now);
|
||||
networkstatus_dump_bridge_status_to_file(now);
|
||||
time_to_write_bridge_status_file = now+BRIDGE_STATUSFILE_INTERVAL;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user