summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-05-30 15:31:06 -0400
committerRoger Dingledine <arma@torproject.org>2011-05-30 15:31:06 -0400
commitf118dc80e0ef2eeb62ae52ed107af3384e2a1afd (patch)
tree9d32931b8da4f9da3c2520e6224669b3f2e27959
parent7f0fb8e6083128ff20b30d8cd29c220e9427d95e (diff)
downloadtor-f118dc80e0ef2eeb62ae52ed107af3384e2a1afd.tar.gz
tor-f118dc80e0ef2eeb62ae52ed107af3384e2a1afd.zip
minor cleanups while reviewing 3216
-rw-r--r--src/or/config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 117925549e..f97e9b1bea 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -211,7 +211,7 @@ static config_var_t _option_vars[] = {
V(ControlPortFileGroupReadable,BOOL, "0"),
V(ControlPortWriteToFile, FILENAME, NULL),
V(ControlSocket, LINELIST, NULL),
- V(ControlSocketsGroupWritable, BOOL, "0"),
+ V(ControlSocketsGroupWritable, BOOL, "0"),
V(CookieAuthentication, BOOL, "0"),
V(CookieAuthFileGroupReadable, BOOL, "0"),
V(CookieAuthFile, STRING, NULL),
@@ -2064,6 +2064,7 @@ get_assigned_option(config_format_t *fmt, void *options,
escape_val = 0;
break;
}
+ /* fall through */
case CONFIG_TYPE_INTERVAL:
case CONFIG_TYPE_UINT:
/* This means every or_options_t uint or bool element