]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add an XXX
authorRobert Ransom <rransom.8774@gmail.com>
Wed, 18 May 2011 11:33:48 +0000 (04:33 -0700)
committerRobert Ransom <rransom.8774@gmail.com>
Fri, 20 May 2011 15:25:42 +0000 (08:25 -0700)
src/or/control.c

index f7ff92ab346be571601f4b013c41e80b58814aad..47e70818256f13a2d6ca636ed7a2c4ad14aacd25 100644 (file)
@@ -2894,6 +2894,9 @@ connection_control_process_inbuf(control_connection_t *conn)
     return 0;
   }
 
+  /* XXXX Why is this not implemented as a table like the GETINFO
+   * items are?  Even handling the plus signs at the beginnings of
+   * commands wouldn't be very hard with proper macros. */
   cmd_data_len = (uint32_t)data_len;
   if (!strcasecmp(conn->incoming_cmd, "SETCONF")) {
     if (handle_control_setconf(conn, cmd_data_len, args))