diff options
author | Roger Dingledine <arma@torproject.org> | 2016-05-16 17:43:47 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2016-05-16 17:43:47 -0400 |
commit | 06031b441eb92f575f0a1c2ac264dc0daee4fbf4 (patch) | |
tree | 0cac1a1b5e9aa6039674c077ddf51e59be799abd /src/or/dirserv.c | |
parent | b6ba6afa3727693b18ce3b698f59494aa81fe1cb (diff) | |
download | tor-06031b441eb92f575f0a1c2ac264dc0daee4fbf4.tar.gz tor-06031b441eb92f575f0a1c2ac264dc0daee4fbf4.zip |
touchups and refactorings on bug 18616 branch
no behavior changes
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r-- | src/or/dirserv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 5f848bd575..846951c8ed 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -1133,9 +1133,9 @@ directory_caches_unknown_auth_certs(const or_options_t *options) /** Return 1 if we want to keep descriptors, networkstatuses, etc around. * Else return 0. - * Check get_options()->DirPort_set and directory_permits_begindir_requests() + * Check options->DirPort_set and directory_permits_begindir_requests() * to see if we are willing to serve these directory documents to others via - * the DirPort and begindir over ORPort, respectively. + * the DirPort and begindir-over-ORPort, respectively. */ int directory_caches_dir_info(const or_options_t *options) |