[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] clean a comment
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/or
Modified Files:
main.c
Log Message:
clean a comment
Index: main.c
===================================================================
RCS file: /home/or/cvsroot/src/or/main.c,v
retrieving revision 1.370
retrieving revision 1.371
diff -u -d -r1.370 -r1.371
--- main.c 13 Nov 2004 16:53:48 -0000 1.370
+++ main.c 14 Nov 2004 04:55:02 -0000 1.371
@@ -593,7 +593,8 @@
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)) {