summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/or/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c
index e00a03ac83..745c7d1c50 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -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;
}
}