[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r17542: {tor} remove a bogus comment. Now that there is no undocumented sy (tor/trunk/src/or)



Author: nickm
Date: 2008-12-09 18:10:38 -0500 (Tue, 09 Dec 2008)
New Revision: 17542

Modified:
   tor/trunk/src/or/control.c
Log:
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

Modified: tor/trunk/src/or/control.c
===================================================================
--- tor/trunk/src/or/control.c	2008-12-09 21:14:34 UTC (rev 17541)
+++ tor/trunk/src/or/control.c	2008-12-09 23:10:38 UTC (rev 17542)
@@ -2686,7 +2686,7 @@
   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",