From: Robert Ransom Date: Wed, 30 Nov 2011 01:13:39 +0000 (-0800) Subject: Add 'config-defaults-file' to getinfo_items table X-Git-Tag: tor-0.2.3.9-alpha~37^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e70610878afe63f5c58798edf3648e0cb54b157a;p=thirdparty%2Ftor.git Add 'config-defaults-file' to getinfo_items table Bugfix on commit 230422b955e1708f27f42cdd25e8b21a33fdd3dd, not yet in any release; fixes bug #4605. --- 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,