diff options
author | Roger Dingledine <arma@torproject.org> | 2004-11-09 10:38:42 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-11-09 10:38:42 +0000 |
commit | b773045a584c73c7e3c902bf7eef76eea9b7469e (patch) | |
tree | 582fcb0fcb4d88859b845438233e111cdd011a0b /src/or/dirserv.c | |
parent | 3235c72f6cc85e20ced08657bbb49fafe4846273 (diff) | |
download | tor-b773045a584c73c7e3c902bf7eef76eea9b7469e.tar.gz tor-b773045a584c73c7e3c902bf7eef76eea9b7469e.zip |
only non-authdirservers cache the dir they just fetched
svn:r2747
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r-- | src/or/dirserv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index c0fc76c391..54d1ec3f7e 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -688,6 +688,7 @@ static char *cached_directory_z = NULL; static size_t cached_directory_z_len = 0; static time_t cached_directory_published = 0; +/** DOCDOC */ void dirserv_set_cached_directory(const char *directory, time_t when) { time_t now; |