summaryrefslogtreecommitdiff
path: root/src/feature/dirauth/dirauth_options.inc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-10-26 16:39:31 -0400
committerNick Mathewson <nickm@torproject.org>2020-10-26 16:39:31 -0400
commitc90535c539c60b031a3235d7e26b802865ef14c4 (patch)
treea0ed6bf861e4c9d1686ec4253de0548139a6ec91 /src/feature/dirauth/dirauth_options.inc
parent07f2a06c6190696cf47b8e42476bb70b11083f15 (diff)
parentc1bcc1da038c5e70f2bdecc6296605d238db448c (diff)
downloadtor-c90535c539c60b031a3235d7e26b802865ef14c4.tar.gz
tor-c90535c539c60b031a3235d7e26b802865ef14c4.zip
Merge branch 'maint-0.4.4'
Diffstat (limited to 'src/feature/dirauth/dirauth_options.inc')
-rw-r--r--src/feature/dirauth/dirauth_options.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dirauth/dirauth_options.inc b/src/feature/dirauth/dirauth_options.inc
index 40ef7c3bab..40a42b9092 100644
--- a/src/feature/dirauth/dirauth_options.inc
+++ b/src/feature/dirauth/dirauth_options.inc
@@ -53,7 +53,7 @@ CONF_VAR(AuthDirTestReachability, BOOL, 0, "1")
/** Authority only: key=value pairs that we add to our networkstatus
* consensus vote on the 'params' line. */
-CONF_VAR(ConsensusParams, STRING, 0, NULL)
+CONF_VAR(ConsensusParams, LINELIST, 0, NULL)
/** Authority only: minimum number of measured bandwidths we must see
* before we only believe measured bandwidths to assign flags. */