From: Robert Ransom Date: Wed, 18 May 2011 11:33:48 +0000 (-0700) Subject: Add an XXX X-Git-Tag: tor-0.2.2.28-beta~8^2~5^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36afdebe1ac08fe02c938a73270bd2f11999d677;p=thirdparty%2Ftor.git Add an XXX --- diff --git a/src/or/control.c b/src/or/control.c index f7ff92ab34..47e7081825 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -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))