mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-19 18:00:33 +01:00
we missed a case when printing circuit purposes in circ events.
svn:r17230
This commit is contained in:
parent
3dc433cc45
commit
4d8799b987
@ -334,6 +334,7 @@ circuit_purpose_to_controller_string(uint8_t purpose)
|
||||
|
||||
case CIRCUIT_PURPOSE_C_GENERAL:
|
||||
return "GENERAL";
|
||||
case CIRCUIT_PURPOSE_C_INTRODUCING:
|
||||
case CIRCUIT_PURPOSE_C_INTRODUCE_ACK_WAIT:
|
||||
case CIRCUIT_PURPOSE_C_INTRODUCE_ACKED:
|
||||
return "HS_CLIENT_INTRO";
|
||||
|
Loading…
Reference in New Issue
Block a user