aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-04-28 12:23:18 -0400
committerNick Mathewson <nickm@torproject.org>2014-04-28 12:23:18 -0400
commit4b519de5f9955cabc363b7217f869cdac5e2f757 (patch)
treece5784a0c26f1bfe45cf5721f91e1103cb33027b /src/or/config.c
parent1340bd527abafc05e15ce74752e5707cd8a8bc46 (diff)
downloadtor-4b519de5f9955cabc363b7217f869cdac5e2f757.tar
tor-4b519de5f9955cabc363b7217f869cdac5e2f757.tar.gz
Actually put ExtORPortCookieAuthFile into config.c
Fixes bug 11635; bugfix on 0.2.5.1-alpha.
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 3954c582e..b8aa7d369 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -237,6 +237,7 @@ static config_var_t option_vars_[] = {
V(ExitPortStatistics, BOOL, "0"),
V(ExtendAllowPrivateAddresses, BOOL, "0"),
VPORT(ExtORPort, LINELIST, NULL),
+ V(ExtORPortCookieAuthFile, STRING, NULL),
V(ExtraInfoStatistics, BOOL, "1"),
V(FallbackDir, LINELIST, NULL),