Преглед на файлове

r16137@tombo: nickm | 2008-06-10 15:10:55 -0400
sign error


svn:r15103

Nick Mathewson преди 17 години
родител
ревизия
8d484b64e4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/or/geoip.c

+ 1 - 1
src/or/geoip.c

@@ -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, {