mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Fix tab introduced in f43946829c
This commit is contained in:
parent
3e8058f9ed
commit
cb8f64cdc8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user