summaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-06-20 15:29:22 -0400
committerNick Mathewson <nickm@torproject.org>2011-06-20 15:29:22 -0400
commit8653f31d8d534282795acb54ee500ef7d42d3a32 (patch)
treec5491e696c84abc7a3a6045063c43ba002c0064e /src/or
parent997499369e8f2e022d2d923fa10e54a9370c1e1e (diff)
downloadtor-8653f31d8d534282795acb54ee500ef7d42d3a32.tar.gz
tor-8653f31d8d534282795acb54ee500ef7d42d3a32.zip
Fix overwide line in config.c
Diffstat (limited to 'src/or')
-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 c88504681c..df5cc86578 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -310,7 +310,7 @@ static config_var_t _option_vars[] = {
OBSOLETE("LogFile"),
V(LogTimeGranularity, MSEC_INTERVAL, "1 second"),
V(LongLivedPorts, CSV,
- "21,22,706,1863,5050,5190,5222,5223,6523,6667,6697,8300"),
+ "21,22,706,1863,5050,5190,5222,5223,6523,6667,6697,8300"),
VAR("MapAddress", LINELIST, AddressMap, NULL),
V(MaxAdvertisedBandwidth, MEMUNIT, "1 GB"),
V(MaxCircuitDirtiness, INTERVAL, "10 minutes"),