Quellcode durchsuchen

fix another bug in r9052, pointed out by robert hogan

svn:r9063
Roger Dingledine vor 19 Jahren
Ursprung
Commit
ea93289590
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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",