[or-cvs] r8800: good thing we didn't have to track this bug down the old-fas (tor/trunk/src/or)

arma at seul.org arma at seul.org
Mon Oct 23 05:29:41 UTC 2006


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"),



More information about the tor-commits mailing list