From 8653f31d8d534282795acb54ee500ef7d42d3a32 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 20 Jun 2011 15:29:22 -0400 Subject: Fix overwide line in config.c --- src/or/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/or/config.c b/src/or/config.c index c88504681..df5cc8657 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"), -- cgit v1.2.3