diff options
author | Linus Nordberg <linus@torproject.org> | 2012-09-05 13:35:39 +0200 |
---|---|---|
committer | Linus Nordberg <linus@torproject.org> | 2012-09-05 13:35:39 +0200 |
commit | f7c97cd40b92084164952dadf3dfeb6164aa6826 (patch) | |
tree | c245fe7bb28a6f098fa12fe5a11dbece3295117f /src/or/or.h | |
parent | c77d1b7bda554d80c309c1d448d32f3220537b4f (diff) | |
download | tor-f7c97cd40b92084164952dadf3dfeb6164aa6826.tar.gz tor-f7c97cd40b92084164952dadf3dfeb6164aa6826.zip |
Remove AuthDirPublishIPv6 and let AuthDirHasIPv6Connectivity fill its function.
See #4771 for rationale.
Note that this patch does not take suggested changes in #4470 into
account and keeps treating AuthDirHasIPv6Connectivity as an
AUTOBOOL. Thus, bug fixes for that are included here as well.
This is a fix on master, unreleased as of now.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 4bf99e2eaa..0b321fde06 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3324,7 +3324,6 @@ typedef struct { * number of servers per IP address shared * with an authority. */ int AuthDirHasIPv6Connectivity; /**< Autoboolean: are we on IPv6? */ - int AuthDirPublishIPv6; /**< Boolean: should we list IPv6 OR ports? */ /** If non-zero, always vote the Fast flag for any relay advertising * this amount of capacity or more. */ |