Skip to content
Snippets Groups Projects
Commit d67d3dd1 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix a copy-and-paste error from 6be994fa

Found by clang's scan-build too.  Bug not in any released Tor.
parent 31fbbf23
No related branches found
No related tags found
No related merge requests found
......@@ -2190,7 +2190,7 @@ options_act(const or_options_t *old_options)
if (options->BandwidthRate != old_options->BandwidthRate ||
options->BandwidthBurst != old_options->BandwidthBurst ||
options->BandwidthRate != old_options->BandwidthRate ||
options->RelayBandwidthRate != old_options->RelayBandwidthRate ||
options->RelayBandwidthBurst != old_options->RelayBandwidthBurst)
connection_bucket_adjust(options);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment