diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-03 11:40:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-03 11:43:19 -0400 |
commit | e6220ccbf8004090b9bcc7228b33d85d2cf9c067 (patch) | |
tree | 3f67bbd1ca1d5c7b6ee95bcbe968162273aa6810 /src/or/config.c | |
parent | c9b8d4c086931d806655a48b16b82ed132613382 (diff) | |
download | tor-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.c | 1 |
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 |