summaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/config.c')
-rw-r--r--src/or/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c
index f38e6863b4..8f79c44cc1 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -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;