]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r16137@tombo: nickm | 2008-06-10 15:10:55 -0400
authorNick Mathewson <nickm@torproject.org>
Tue, 10 Jun 2008 19:11:02 +0000 (19:11 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 10 Jun 2008 19:11:02 +0000 (19:11 +0000)
 sign error

svn:r15103

src/or/geoip.c

index b925e1f464f0d8b0c2c604136dc2d01f374391d9..39d31751aa6fe8407d9f667b743cbe0b49766451 100644 (file)
@@ -288,7 +288,7 @@ geoip_note_client_seen(geoip_client_action_t action,
   }
 
   /* 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, {