diff options
author | teor <teor2345@gmail.com> | 2015-05-06 23:37:38 +1000 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2015-08-18 14:51:57 +1000 |
commit | 0cb82013cceba8ade6ae83e983b609df3a848f72 (patch) | |
tree | 12fa039a510a8bd90694aeb9a7588812ab5d4fb8 /src/or | |
parent | d07fe5dffe8299f51cc2b7df06c1dd28dd9a6f0d (diff) | |
download | tor-0cb82013cceba8ade6ae83e983b609df3a848f72.tar.gz tor-0cb82013cceba8ade6ae83e983b609df3a848f72.zip |
Fix TestingDirAuthVoteHSDir docs: HSDir flag needs DirPort
Fix an error in the manual page and comments for
TestingDirAuthVoteHSDir, which suggested that a
HSDir required "ORPort connectivity". While this is true,
it is in no way unique to the HSDir flag. Of all the flags,
only HSDirs need a DirPort configured in order for the
authorities to assign that particular flag.
Fixed as part of 14882. Patch by "teor".
Bugfix on 0.2.6.3 (f9d57473e1ff on 10 January 2015).
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index f6aee13f5b..4a313515f4 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -4100,7 +4100,7 @@ typedef struct { routerset_t *TestingDirAuthVoteGuard; /** Relays in a testing network which should be voted HSDir - * regardless of uptime and ORPort connectivity. + * regardless of uptime and DirPort. * Respects VoteOnHidServDirectoriesV2. */ routerset_t *TestingDirAuthVoteHSDir; |