mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Fix a copy-and-paste error from 6be994fa71
Found by clang's scan-build too. Bug not in any released Tor.
This commit is contained in:
parent
31fbbf2377
commit
d67d3dd145
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user