[tor-commits] [tor/master] Add 'config-defaults-file' to getinfo_items table

nickm at torproject.org nickm at torproject.org
Wed Nov 30 01:26:07 UTC 2011


commit e70610878afe63f5c58798edf3648e0cb54b157a
Author: Robert Ransom <rransom.8774 at gmail.com>
Date:   Tue Nov 29 17:13:39 2011 -0800

    Add 'config-defaults-file' to getinfo_items table
    
    Bugfix on commit 230422b955e1708f27f42cdd25e8b21a33fdd3dd, not yet in any
    release; fixes bug #4605.
---
 src/or/control.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/or/control.c b/src/or/control.c
index 8d924b4..e2d0eec 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,





More information about the tor-commits mailing list