mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Add 'config-defaults-file' to getinfo_items table
Bugfix on commit 230422b955
, not yet in any
release; fixes bug #4605.
This commit is contained in:
parent
4150d92eea
commit
e70610878a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user