diff options
author | Roger Dingledine <arma@torproject.org> | 2012-09-05 18:17:41 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-09-05 18:17:41 -0400 |
commit | b00b8272daa63e54e25f51bef7850c1c185dba5c (patch) | |
tree | c9894c802a56a5f171a80e7904a0680c4dee668d /src/or/or.h | |
parent | 325f33047a72050cbe3c35a5dc2ca156d012c996 (diff) | |
download | tor-b00b8272daa63e54e25f51bef7850c1c185dba5c.tar.gz tor-b00b8272daa63e54e25f51bef7850c1c185dba5c.zip |
make AuthDirHasIPv6Connectivity match the man page
we can turn it into an autobool later if we have some way for it
to make a decision.
(patch possibly got lost when nickm merged #6770; or maybe nickm meant
for it to be this way. i'm not sure.)
Diffstat (limited to 'src/or/or.h')
-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 0b321fde06..3609d32b77 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3323,7 +3323,7 @@ typedef struct { int AuthDirMaxServersPerAuthAddr; /**< Do not permit more than this * number of servers per IP address shared * with an authority. */ - int AuthDirHasIPv6Connectivity; /**< Autoboolean: are we on IPv6? */ + int AuthDirHasIPv6Connectivity; /**< Boolean: are we on IPv6? */ /** If non-zero, always vote the Fast flag for any relay advertising * this amount of capacity or more. */ |