From: Nick Mathewson Date: Fri, 29 Aug 2008 17:02:26 +0000 (+0000) Subject: Double oops: revert accidentally committed local geoipc.c debugging hack. X-Git-Tag: tor-0.2.1.5-alpha~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32549ad95eb432f3dd1308629fe437963a96153d;p=thirdparty%2Ftor.git Double oops: revert accidentally committed local geoipc.c debugging hack. svn:r16687 --- diff --git a/src/or/geoip.c b/src/or/geoip.c index 56ac4f4aac..b795bccee7 100644 --- a/src/or/geoip.c +++ b/src/or/geoip.c @@ -406,7 +406,7 @@ _c_hist_compare(const void **_a, const void **_b) } /*DOCDOC*/ -#define GEOIP_MIN_OBSERVATION_TIME (60*60) +#define GEOIP_MIN_OBSERVATION_TIME (12*60*60) static INLINE unsigned round_to_next_multiple_of(unsigned number, unsigned divisor)