From: Nick Mathewson Date: Tue, 9 Dec 2008 23:10:38 +0000 (+0000) Subject: remove a bogus comment. Now that there is no undocumented synonym for EXTENDED_EVENT... X-Git-Tag: tor-0.2.1.9-alpha~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab75c0d9e3dce71552c10ecb3a1f59e133a79e2d;p=thirdparty%2Ftor.git 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 --- diff --git a/src/or/control.c b/src/or/control.c index 3b0ae192a5..93db3c379f 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",