Explorar o código

fix another bug in r9052, pointed out by robert hogan

svn:r9063
Roger Dingledine %!s(int64=19) %!d(string=hai) anos
pai
achega
ea93289590
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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",