diff options
author | Roger Dingledine <arma@torproject.org> | 2008-12-27 07:30:47 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-12-27 07:30:47 +0000 |
commit | 365c72246cf9f62dce2c0db83177540e6d872280 (patch) | |
tree | 8dde4a2055d7b71f5ad209f5cbc1004bfdabc774 /src/or/geoip.c | |
parent | 43c22c5b7970ed441b2b4a22395ffd2e87b00c58 (diff) | |
download | tor-365c72246cf9f62dce2c0db83177540e6d872280.tar.gz tor-365c72246cf9f62dce2c0db83177540e6d872280.zip |
partial move to letting bridge descriptor fetches use our new (well,
new from their perspective) directory download schedule abstraction.
not done yet, but i'd better get this out of my sandbox before nick
does another sweeping change. :)
svn:r17798
Diffstat (limited to 'src/or/geoip.c')
-rw-r--r-- | src/or/geoip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/geoip.c b/src/or/geoip.c index 908cb307fb..3dbfab1869 100644 --- a/src/or/geoip.c +++ b/src/or/geoip.c @@ -451,7 +451,7 @@ round_to_next_multiple_of(unsigned number, unsigned divisor) /** Return a newly allocated comma-separated string containing entries for all * the countries from which we've seen enough clients connect. The entry * format is cc=num where num is the number of IPs we've seen connecting from - * that country, and cc is a lowercased country code. Returns NULL if we don't + * that country, and cc is a lowercased country code. Returns NULL if we don't * want to export geoip data yet. */ char * geoip_get_client_history(time_t now, geoip_client_action_t action) |