[or-cvs] r15103: sign error (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Tue Jun 10 19:11:03 UTC 2008


Author: nickm
Date: 2008-06-10 15:11:02 -0400 (Tue, 10 Jun 2008)
New Revision: 15103

Modified:
   tor/trunk/
   tor/trunk/src/or/geoip.c
Log:
 r16137 at tombo:  nickm | 2008-06-10 15:10:55 -0400
 sign error



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r16137] on 49666b30-7950-49c5-bedf-9dc8f3168102

Modified: tor/trunk/src/or/geoip.c
===================================================================
--- tor/trunk/src/or/geoip.c	2008-06-10 19:06:48 UTC (rev 15102)
+++ tor/trunk/src/or/geoip.c	2008-06-10 19:11:02 UTC (rev 15103)
@@ -288,7 +288,7 @@
   }
 
   /* DOCDOC */
-  while (current_request_period_starts + REQUEST_HIST_PERIOD >= now) {
+  while (current_request_period_starts + REQUEST_HIST_PERIOD < now) {
     if (!geoip_countries)
       geoip_countries = smartlist_create();
     SMARTLIST_FOREACH(geoip_countries, geoip_country_t *, c, {



More information about the tor-commits mailing list