aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
authorLinus Nordberg <linus@torproject.org>2012-09-05 13:35:39 +0200
committerLinus Nordberg <linus@torproject.org>2012-09-05 13:35:39 +0200
commitf7c97cd40b92084164952dadf3dfeb6164aa6826 (patch)
treec245fe7bb28a6f098fa12fe5a11dbece3295117f /src/or/config.c
parentc77d1b7bda554d80c309c1d448d32f3220537b4f (diff)
downloadtor-f7c97cd40b92084164952dadf3dfeb6164aa6826.tar
tor-f7c97cd40b92084164952dadf3dfeb6164aa6826.tar.gz
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/config.c')
-rw-r--r--src/or/config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c
index f21016d48..8c41c7f53 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -205,7 +205,6 @@ static config_var_t _option_vars[] = {
V(AuthDirMaxServersPerAddr, UINT, "2"),
V(AuthDirMaxServersPerAuthAddr,UINT, "5"),
V(AuthDirHasIPv6Connectivity, AUTOBOOL, "auto"),
- V(AuthDirPublishIPv6, BOOL, "0"),
VAR("AuthoritativeDirectory", BOOL, AuthoritativeDir, "0"),
V(AutomapHostsOnResolve, BOOL, "0"),
V(AutomapHostsSuffixes, CSV, ".onion,.exit"),