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/config.c | |
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/config.c')
-rw-r--r-- | src/or/config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index f21016d48f..8c41c7f53d 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"), |