[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r12886: make r12871 do what i meant (tor/trunk/src/or)
Author: arma
Date: 2007-12-20 01:36:44 -0500 (Thu, 20 Dec 2007)
New Revision: 12886
Modified:
tor/trunk/src/or/main.c
Log:
make r12871 do what i meant
Modified: tor/trunk/src/or/main.c
===================================================================
--- tor/trunk/src/or/main.c 2007-12-20 06:15:19 UTC (rev 12885)
+++ tor/trunk/src/or/main.c 2007-12-20 06:36:44 UTC (rev 12886)
@@ -1115,7 +1115,7 @@
/** 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;
}
}