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

sign error


svn:r15103
This commit is contained in:
Nick Mathewson 2008-06-10 19:11:02 +00:00
parent 1ec5705445
commit 8d484b64e4

View File

@ -288,7 +288,7 @@ geoip_note_client_seen(geoip_client_action_t action,
} }
/* DOCDOC */ /* DOCDOC */
while (current_request_period_starts + REQUEST_HIST_PERIOD >= now) { while (current_request_period_starts + REQUEST_HIST_PERIOD < now) {
if (!geoip_countries) if (!geoip_countries)
geoip_countries = smartlist_create(); geoip_countries = smartlist_create();
SMARTLIST_FOREACH(geoip_countries, geoip_country_t *, c, { SMARTLIST_FOREACH(geoip_countries, geoip_country_t *, c, {