summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-10-23 05:29:40 +0000
committerRoger Dingledine <arma@torproject.org>2006-10-23 05:29:40 +0000
commitd48828dbe1c560b5462092cdc1b1f34509e0dd04 (patch)
tree6d13c8c4ea0f40068ab3d9692643b759e4d0e9e2
parent4401c47f638a60da7836130140fbdbd33c9ea176 (diff)
downloadtor-d48828dbe1c560b5462092cdc1b1f34509e0dd04.tar.gz
tor-d48828dbe1c560b5462092cdc1b1f34509e0dd04.zip
good thing we didn't have to track this bug down the old-fashioned way
svn:r8800
-rw-r--r--src/or/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c
index fdfec545f8..ee49370762 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -128,7 +128,7 @@ static config_var_t _option_vars[] = {
VAR("AllowInvalidNodes", CSV, AllowInvalidNodes,
"middle,rendezvous"),
VAR("AssumeReachable", BOOL, AssumeReachable, "0"),
- VAR("AuthDirBadExit", LINELIST, AuthDirReject, NULL),
+ VAR("AuthDirBadExit", LINELIST, AuthDirBadExit, NULL),
VAR("AuthDirInvalid", LINELIST, AuthDirInvalid, NULL),
VAR("AuthDirReject", LINELIST, AuthDirReject, NULL),
VAR("AuthDirRejectUnlisted",BOOL, AuthDirRejectUnlisted,"0"),