[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8800: good thing we didn't have to track this bug down the old-fas (tor/trunk/src/or)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r8800: good thing we didn't have to track this bug down the old-fas (tor/trunk/src/or)
- From: arma@xxxxxxxx
- Date: Mon, 23 Oct 2006 01:29:41 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Mon, 23 Oct 2006 01:29:52 -0400
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Author: arma
Date: 2006-10-23 01:29:40 -0400 (Mon, 23 Oct 2006)
New Revision: 8800
Modified:
tor/trunk/src/or/config.c
Log:
good thing we didn't have to track this bug down the old-fashioned way
Modified: tor/trunk/src/or/config.c
===================================================================
--- tor/trunk/src/or/config.c 2006-10-23 05:24:57 UTC (rev 8799)
+++ tor/trunk/src/or/config.c 2006-10-23 05:29:40 UTC (rev 8800)
@@ -128,7 +128,7 @@
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"),