From: Roger Dingledine Date: Sun, 14 Nov 2004 04:55:02 +0000 (+0000) Subject: clean a comment X-Git-Tag: tor-0.0.9pre6~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f5c1138156de232dd27c0cd6da9eb3143d7168e;p=thirdparty%2Ftor.git clean a comment svn:r2844 --- diff --git a/src/or/main.c b/src/or/main.c index 484461a504..bbe48fd052 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -593,7 +593,8 @@ static void run_scheduled_events(time_t now) { time_to_fetch_directory = now + options->DirFetchPostPeriod; } - /* 2b. Once per minute, regenerate and upload the descriptor if it is wrong */ + /* 2b. Once per minute, regenerate and upload the descriptor if the old + * one is inaccurate. */ if (time_to_check_descriptor < now) { time_to_check_descriptor = now + CHECK_DESCRIPTOR_INTERVAL; if (decide_if_publishable_server(now)) {