diff options
author | Roger Dingledine <arma@torproject.org> | 2005-09-29 23:26:42 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-09-29 23:26:42 +0000 |
commit | f8d430653e1d7426d3725cb851881baead6d1c16 (patch) | |
tree | 277c424650eb1b45d7fb60896c98f10623056042 /src/or/main.c | |
parent | d4d8adaa6df963685b171371921da3b54e8c5120 (diff) | |
download | tor-f8d430653e1d7426d3725cb851881baead6d1c16.tar.gz tor-f8d430653e1d7426d3725cb851881baead6d1c16.zip |
better cleanups as i figure out what's going on
svn:r5154
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/main.c b/src/or/main.c index fc2bc5c818..22f1901d82 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -529,8 +529,8 @@ get_status_fetch_period(or_options_t *options) return 30*60; } -/** This function is called whenever we successfully pull down some directory - * information. */ +/** This function is called whenever we successfully pull down some new + * network statuses or server descriptors. */ void directory_info_has_arrived(time_t now, int from_cache) { |