mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
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.
3 lines
156 B
Text
3 lines
156 B
Text
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.
|