mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
1bc95633fb
These are all about local variables shadowing global functions. That isn't normally a problem, but at least one compiler we care about seems to treat this as a case of -Wshadow violation, so let's fix it. Fixes bug 24634; bugfix on 0.3.2.1-alpha.
4 lines
156 B
Plaintext
4 lines
156 B
Plaintext
o Minor bugfixes (compilation):
|
|
- Resolve a few shadowed-variable warnings in the onion service code.
|
|
Fixes bug 24634; bugfix on 0.3.2.1-alpha.
|