[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r9063: fix another bug in r9052, pointed out by robert hogan (tor/trunk/src/or)



Author: arma
Date: 2006-12-10 12:30:33 -0500 (Sun, 10 Dec 2006)
New Revision: 9063

Modified:
   tor/trunk/src/or/control.c
Log:
fix another bug in r9052, pointed out by robert hogan


Modified: tor/trunk/src/or/control.c
===================================================================
--- tor/trunk/src/or/control.c	2006-12-10 08:04:50 UTC (rev 9062)
+++ tor/trunk/src/or/control.c	2006-12-10 17:30:33 UTC (rev 9063)
@@ -1737,7 +1737,7 @@
        "Time to wake up in this accounting period."),
   /* deprecated */
   ITEM("helper-nodes", entry_guards, NULL),
-  ITEM("entry-nodes", entry_guards,
+  ITEM("entry-guards", entry_guards,
        "Which nodes are we using as entry guards?"),
   PREFIX("config/", config, "Current configuration values."),
   DOC("config/names",