]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add 'config-defaults-file' to getinfo_items table
authorRobert Ransom <rransom.8774@gmail.com>
Wed, 30 Nov 2011 01:13:39 +0000 (17:13 -0800)
committerRobert Ransom <rransom.8774@gmail.com>
Wed, 30 Nov 2011 01:13:39 +0000 (17:13 -0800)
Bugfix on commit 230422b955e1708f27f42cdd25e8b21a33fdd3dd, not yet in any
release; fixes bug #4605.

src/or/control.c

index 8d924b44f14d00ead0040037ce3c1bd65ef6864d..e2d0eece02054583f8c02e0865bec56c1249794f 100644 (file)
@@ -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,