aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-09 23:10:38 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-09 23:10:38 +0000
commitab75c0d9e3dce71552c10ecb3a1f59e133a79e2d (patch)
tree469653a7f37e62cd240b5fa4be8a7f3c202395d9
parent3d90da5db556334781529bcc1cdb639866d0b019 (diff)
downloadtor-ab75c0d9e3dce71552c10ecb3a1f59e133a79e2d.tar
tor-ab75c0d9e3dce71552c10ecb3a1f59e133a79e2d.tar.gz
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
-rw-r--r--src/or/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c
index 3b0ae192a..93db3c379 100644
--- a/src/or/control.c
+++ b/src/or/control.c
@@ -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",