mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
remove a bogus comment. Now that there is no undocumented synonym for EXTENDED_EVENTS, we do not need to point out that EXTENDED_EVENTS is documented
svn:r17542
This commit is contained in:
parent
3d90da5db5
commit
ab75c0d9e3
@ -2686,7 +2686,7 @@ handle_control_usefeature(control_connection_t *conn,
|
||||
SMARTLIST_FOREACH(args, const char *, arg, {
|
||||
if (!strcasecmp(arg, "VERBOSE_NAMES"))
|
||||
verbose_names = 1;
|
||||
else if (!strcasecmp(arg, "EXTENDED_EVENTS")) /* <- documented */
|
||||
else if (!strcasecmp(arg, "EXTENDED_EVENTS"))
|
||||
extended_events = 1;
|
||||
else {
|
||||
connection_printf_to_buf(conn, "552 Unrecognized feature \"%s\"\r\n",
|
||||
|
Loading…
Reference in New Issue
Block a user