mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Add BUILDTIMEOUT_SET to the result of GETINFO events/names
This commit is contained in:
parent
53f87a89f0
commit
93d52f6739
2 changed files with 8 additions and 1 deletions
6
changes/bug3465-022
Normal file
6
changes/bug3465-022
Normal file
|
@ -0,0 +1,6 @@
|
|||
o Minor bugfixes:
|
||||
|
||||
- Add BUILDTIMEOUT_SET to the list returned by the 'GETINFO
|
||||
events/names' control-port command. Bugfix on 0.2.2.9-alpha;
|
||||
fixes part of bug 3465.
|
||||
|
|
@ -1380,7 +1380,8 @@ getinfo_helper_misc(control_connection_t *conn, const char *question,
|
|||
*answer = tor_strdup("CIRC STREAM ORCONN BW DEBUG INFO NOTICE WARN ERR "
|
||||
"NEWDESC ADDRMAP AUTHDIR_NEWDESCS DESCCHANGED "
|
||||
"NS STATUS_GENERAL STATUS_CLIENT STATUS_SERVER "
|
||||
"GUARD STREAM_BW CLIENTS_SEEN NEWCONSENSUS");
|
||||
"GUARD STREAM_BW CLIENTS_SEEN NEWCONSENSUS "
|
||||
"BUILDTIMEOUT_SET");
|
||||
} else if (!strcmp(question, "features/names")) {
|
||||
*answer = tor_strdup("VERBOSE_NAMES EXTENDED_EVENTS");
|
||||
} else if (!strcmp(question, "address")) {
|
||||
|
|
Loading…
Add table
Reference in a new issue