[tor-commits] [tor/master] fix a wide line
nickm at torproject.org
nickm at torproject.org
Wed Feb 1 14:38:07 UTC 2017
commit c3b63544125660ef4f942cd29818ad34c4a41512
Author: Nick Mathewson <nickm at torproject.org>
Date: Wed Feb 1 09:35:29 2017 -0500
fix a wide line
---
src/or/config.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/or/config.c b/src/or/config.c
index fdfbf87..a07719e 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -358,7 +358,7 @@ static config_var_t option_vars_[] = {
VAR("HiddenServiceMaxStreams",LINELIST_S, RendConfigLines, NULL),
VAR("HiddenServiceMaxStreamsCloseCircuit",LINELIST_S, RendConfigLines, NULL),
VAR("HiddenServiceNumIntroductionPoints", LINELIST_S, RendConfigLines, NULL),
- VAR("HiddenServiceStatistics", BOOL, HiddenServiceStatistics_option, "1"),
+ VAR("HiddenServiceStatistics", BOOL, HiddenServiceStatistics_option, "1"),
V(HidServAuth, LINELIST, NULL),
V(CloseHSClientCircuitsImmediatelyOnTimeout, BOOL, "0"),
V(CloseHSServiceRendCircuitsImmediatelyOnTimeout, BOOL, "0"),
More information about the tor-commits
mailing list