aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-11-09 07:58:27 -0500
committerNick Mathewson <nickm@torproject.org>2017-11-09 07:58:27 -0500
commit40c64f45f04a7cc1ec0149b6c8e8805fba9a2259 (patch)
treeb1001daab5bcd586c3a7efad261f780e7f650569 /src
parentc8859582a2fd5716cf1b5034735f2605653cab32 (diff)
downloadtor-40c64f45f04a7cc1ec0149b6c8e8805fba9a2259.tar.gz
tor-40c64f45f04a7cc1ec0149b6c8e8805fba9a2259.zip
Re-remove AllowDotExit deprecation.
This was accidentally reintroduced in 5a46074e55. It should be harmless, though: the option is obsolete, so calling it deprecated is redundant.
Diffstat (limited to 'src')
-rw-r--r--src/or/config.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/or/config.c b/src/or/config.c
index d6e1abaa10..78db03c68a 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -691,11 +691,6 @@ static const config_var_t testing_tor_network_defaults[] = {
#undef OBSOLETE
static const config_deprecation_t option_deprecation_notes_[] = {
- /* Deprecated since 0.2.9.2-alpha... */
- { "AllowDotExit", "Unrestricted use of the .exit notation can be used for "
- "a wide variety of application-level attacks." },
- /* End of options deprecated since 0.2.9.2-alpha. */
-
/* Deprecated since 0.3.2.0-alpha. */
{ "HTTPProxy", "It only applies to direct unencrypted HTTP connections "
"to your directory server, which your Tor probably wasn't using." },