aboutsummaryrefslogtreecommitdiff
path: root/src/or/geoip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/geoip.c')
-rw-r--r--src/or/geoip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/geoip.c b/src/or/geoip.c
index b925e1f464..39d31751aa 100644
--- a/src/or/geoip.c
+++ b/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, {