[tor-commits] [tor/master] Fix overwide line in config.c
    nickm at torproject.org 
    nickm at torproject.org
       
    Mon Jun 20 19:29:20 UTC 2011
    
    
  
commit 8653f31d8d534282795acb54ee500ef7d42d3a32
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Jun 20 15:29:22 2011 -0400
    Fix overwide line in config.c
---
 src/or/config.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/or/config.c b/src/or/config.c
index c885046..df5cc86 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"),
    
    
More information about the tor-commits
mailing list