[or-cvs] whoops, fix compile

arma at seul.org arma at seul.org
Mon Jul 25 10:36:03 UTC 2005


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	main.c 
Log Message:
whoops, fix compile


Index: main.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/main.c,v
retrieving revision 1.531
retrieving revision 1.532
diff -u -d -r1.531 -r1.532
--- main.c	25 Jul 2005 10:29:21 -0000	1.531
+++ main.c	25 Jul 2005 10:36:01 -0000	1.532
@@ -874,7 +874,7 @@
 
 #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



More information about the tor-commits mailing list