From ea93289590714d5983d05155b293c7371042539d Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 10 Dec 2006 17:30:33 +0000 Subject: [PATCH] fix another bug in r9052, pointed out by robert hogan svn:r9063 --- src/or/control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/control.c b/src/or/control.c index cd761078f3..0b9502359a 100644 --- a/src/or/control.c +++ b/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",