backport one of my other fixes

svn:r14784
This commit is contained in:
Roger Dingledine 2008-05-28 20:37:11 +00:00
parent 1ffb56c4bd
commit df8a602cbe
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ geoip_remove_old_clients(time_t cutoff)
/** Do not report any geoip data at all if we have fewer than this number of
* IPs to report about. */
#define MIN_IPS_TO_NOTE_ANYTHING 0
/** When reporting geoip data about countries, round down to the nearest
/** When reporting geoip data about countries, round up to the nearest
* multiple of this value. */
#define IP_GRANULARITY 8