mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
r16137@tombo: nickm | 2008-06-10 15:10:55 -0400
sign error svn:r15103
This commit is contained in:
parent
1ec5705445
commit
8d484b64e4
@ -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, {
|
||||
|
Loading…
Reference in New Issue
Block a user