aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-08-03 11:40:43 -0400
committerNick Mathewson <nickm@torproject.org>2016-08-03 11:43:19 -0400
commite6220ccbf8004090b9bcc7228b33d85d2cf9c067 (patch)
tree3f67bbd1ca1d5c7b6ee95bcbe968162273aa6810 /src/or/config.c
parentc9b8d4c086931d806655a48b16b82ed132613382 (diff)
downloadtor-e6220ccbf8004090b9bcc7228b33d85d2cf9c067.tar.gz
tor-e6220ccbf8004090b9bcc7228b33d85d2cf9c067.zip
Add deprecation for configuration options that need to go away.
Diffstat (limited to 'src/or/config.c')
-rw-r--r--src/or/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 64c9796792..2f5ba6c6f7 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -636,6 +636,7 @@ STATIC config_format_t options_format = {
OR_OPTIONS_MAGIC,
STRUCT_OFFSET(or_options_t, magic_),
option_abbrevs_,
+ NULL,
option_vars_,
options_validate_cb,
NULL