]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
remove a bogus comment. Now that there is no undocumented synonym for EXTENDED_EVENT...
authorNick Mathewson <nickm@torproject.org>
Tue, 9 Dec 2008 23:10:38 +0000 (23:10 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 9 Dec 2008 23:10:38 +0000 (23:10 +0000)
svn:r17542

src/or/control.c

index 3b0ae192a595581f7627a263806acfe07af24ebe..93db3c379fae1fb6c0b630e1e8b5baa2967b5c54 100644 (file)
@@ -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",