소스 검색

make r12871 do what i meant

svn:r12886
Roger Dingledine 17 년 전
부모
커밋
acd8bc1fd9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/main.c

+ 1 - 1
src/or/main.c

@@ -1115,7 +1115,7 @@ run_scheduled_events(time_t now)
   /** 10b. write bridge networkstatus file to disk */
   /** 10b. write bridge networkstatus file to disk */
   if (options->BridgeAuthoritativeDir &&
   if (options->BridgeAuthoritativeDir &&
       time_to_write_bridge_status_file < now) {
       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;
     time_to_write_bridge_status_file = now+BRIDGE_STATUSFILE_INTERVAL;
   }
   }
 }
 }