mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
1196ed7cc4
Two bugs here: 1) We didn't add EXTEND2/EXTENDED2 to relay_command_to_string(). 2) relay_command_to_string() didn't log the value of unrecognized commands. Both fixed here.
11 lines
376 B
Plaintext
11 lines
376 B
Plaintext
o Minor bugfixes:
|
|
- When logging information about an EXTEND2 or EXTENDED2 cell, log
|
|
their names correctly. Fixes part of bug 12700; bugfix on
|
|
0.2.4.8-alpha.
|
|
|
|
o Minor bugfixes:
|
|
- When logging information about a relay cell whose command we
|
|
don't recognize, log its command as an integer. Fixes part of
|
|
bug 12700; bugfix on 0.2.1.10-alpha.
|
|
|