Browse Source

fix another bug in r9052, pointed out by robert hogan

svn:r9063
Roger Dingledine 17 years ago
parent
commit
ea93289590
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/control.c

+ 1 - 1
src/or/control.c

@@ -1737,7 +1737,7 @@ static const getinfo_item_t getinfo_items[] = {
        "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",