]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix capitalization of MaxMemInQueues
authorNick Mathewson <nickm@torproject.org>
Mon, 28 Apr 2014 16:25:52 +0000 (12:25 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 28 Apr 2014 16:25:52 +0000 (12:25 -0400)
This won't affect anybody's configuration, but it makes it match what
we documented. Fixes part of 11634.

src/or/config.c

index b8aa7d3695f73cdcc6a197f2a64a43e6f1cfba44..7850e52270bc30c1da8622b95dc4403fd0044fff 100644 (file)
@@ -308,7 +308,7 @@ static config_var_t option_vars_[] = {
   V(MaxAdvertisedBandwidth,      MEMUNIT,  "1 GB"),
   V(MaxCircuitDirtiness,         INTERVAL, "10 minutes"),
   V(MaxClientCircuitsPending,    UINT,     "32"),
-  VAR("MaxMeminQueues",          MEMUNIT,   MaxMemInQueues_raw, "0"),
+  VAR("MaxMemInQueues",          MEMUNIT,   MaxMemInQueues_raw, "0"),
   OBSOLETE("MaxOnionsPending"),
   V(MaxOnionQueueDelay,          MSEC_INTERVAL, "1750 msec"),
   V(MinMeasuredBWsForAuthToIgnoreAdvertised, INT, "500"),