mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
whoops, fix compile
svn:r4674
This commit is contained in:
+1
-1
@@ -874,7 +874,7 @@ second_elapsed_callback(int fd, short event, void *args)
|
||||
|
||||
#if 0
|
||||
if (current_second % 300 == 0) {
|
||||
rep_history_clean(now - options->RephistTrackTime);
|
||||
rep_history_clean(current_second - options->RephistTrackTime);
|
||||
dumpmemusage(get_min_log_level()<LOG_INFO ? get_min_log_level() : LOG_INFO);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user