summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ransom <rransom.8774@gmail.com>2011-11-29 17:13:39 -0800
committerRobert Ransom <rransom.8774@gmail.com>2011-11-29 17:13:39 -0800
commite70610878afe63f5c58798edf3648e0cb54b157a (patch)
tree26482bceb21dd615d5272bf3097ac57c244a3526
parent4150d92eea48ddf44c001b0c87833b0101051d3e (diff)
downloadtor-e70610878afe63f5c58798edf3648e0cb54b157a.tar.gz
tor-e70610878afe63f5c58798edf3648e0cb54b157a.zip
Add 'config-defaults-file' to getinfo_items table
Bugfix on commit 230422b955e1708f27f42cdd25e8b21a33fdd3dd, not yet in any release; fixes bug #4605.
-rw-r--r--src/or/control.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/control.c b/src/or/control.c
index 8d924b44f1..e2d0eece02 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -2026,6 +2026,7 @@ typedef struct getinfo_item_t {
static const getinfo_item_t getinfo_items[] = {
ITEM("version", misc, "The current version of Tor."),
ITEM("config-file", misc, "Current location of the \"torrc\" file."),
+ ITEM("config-defaults-file", misc, "Current location of the defaults file."),
ITEM("config-text", misc,
"Return the string that would be written by a saveconf command."),
ITEM("accounting/bytes", accounting,