mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
3 lines
169 B
Text
3 lines
169 B
Text
o Code simplification and refactoring:
|
|
- Use the simpler strcmpstart() helper in rend_parse_v2_service_descriptor
|
|
instead of strncmp(). Closes ticket 27630.
|