Fix tab introduced in f43946829c

This commit is contained in:
Nick Mathewson 2012-09-10 10:22:40 -04:00
parent 3e8058f9ed
commit cb8f64cdc8

View File

@ -7310,7 +7310,7 @@ getinfo_helper_config(control_connection_t *conn,
const char *type;
/* don't tell controller about triple-underscore options */
if (!strncmp(_option_vars[i].name, "___", 3))
continue;
continue;
switch (var->type) {
case CONFIG_TYPE_STRING: type = "String"; break;
case CONFIG_TYPE_FILENAME: type = "Filename"; break;