diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-06-19 10:42:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-06-19 10:42:19 -0400 |
commit | 922be84ca3eedddfcfd358a4728b7eb0405eb27b (patch) | |
tree | fae1b09faea67358d697916005f28714e0294cd6 /src/or/directory.c | |
parent | c6e1080211f654f2f57c2604cee7ae6915a9261f (diff) | |
parent | 5e9bd1b5db1815698f7aed6caf5df9587185a8d1 (diff) | |
download | tor-922be84ca3eedddfcfd358a4728b7eb0405eb27b.tar.gz tor-922be84ca3eedddfcfd358a4728b7eb0405eb27b.zip |
Merge remote-tracking branch 'karsten/bug11683'
Diffstat (limited to 'src/or/directory.c')
-rw-r--r-- | src/or/directory.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index 22ba056ee1..77f8f310b1 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -197,9 +197,9 @@ dir_conn_purpose_to_string(int purpose) return "(unknown)"; } -/** Return true iff <b>identity_digest</b> is the digest of a router we - * believe to support extrainfo downloads. (If <b>is_authority</b> we do - * additional checking that's only valid for authorities.) */ +/** Return true iff <b>identity_digest</b> is the digest of a router which + * says that it caches extrainfos. (If <b>is_authority</b> we always + * believe that to be true.) */ int router_supports_extrainfo(const char *identity_digest, int is_authority) { |