summaryrefslogtreecommitdiff
path: root/src/or/geoip.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-18 16:11:03 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-18 16:11:03 +0000
commitecaee1d927bf721ecc70cee162cabba677e6affe (patch)
treec7e2bdd91345e3a272005b83ea246b6694ca6525 /src/or/geoip.c
parentf9133f2528756cd73416cd70cb233abdb3b52721 (diff)
downloadtor-ecaee1d927bf721ecc70cee162cabba677e6affe.tar.gz
tor-ecaee1d927bf721ecc70cee162cabba677e6affe.zip
Remove fixed xxx020s; downgrade unfixed ones.
(The unfixed ones are being downgraded to regular XXXs mainly on the rationale that they don't seem to be exploding Tor, and they were apparently not showstoppers for 0.2.0.x-final.) svn:r17682
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 a4c1e2794d..055b977f3b 100644
--- a/src/or/geoip.c
+++ b/src/or/geoip.c
@@ -205,7 +205,7 @@ geoip_load_file(const char *filename, or_options_t *options)
/* FFFF track full country name. */
geoip_parse_entry(buf);
}
- /*XXXX020 abort and return -1 if no entries/illformed?*/
+ /*XXXX abort and return -1 if no entries/illformed?*/
fclose(f);
smartlist_sort(geoip_entries, _geoip_compare_entries);