mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
ab91302fd0
in rend_parse_v2_service_descriptor.
Fix on c58675ca72
4 lines
169 B
Plaintext
4 lines
169 B
Plaintext
o Code simplification and refactoring:
|
|
- Use the simpler strcmpstart() helper in rend_parse_v2_service_descriptor
|
|
instead of strncmp(). Closes ticket 27630.
|